Skip to content

Commit

Permalink
feat: update config file for incoming updates
Browse files Browse the repository at this point in the history
Signed-off-by: STRRL <[email protected]>
  • Loading branch information
STRRL committed Aug 26, 2024
1 parent edfc181 commit 64e8d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ configs:
server:
endpoint: # link to your website
global_indexer_endpoint: https://gi.rss3.dev/ # link to global indexer
access_token: "" # Use access_token to protect your Node from unauthorized access. If left empty, a random token will be generated.
annotations: {}

## Node Indexer
Expand Down Expand Up @@ -382,7 +383,7 @@ additionalRSS:

## Database
database:
driver: cockroachdb
driver: postgres
partition: true
uri: postgres://root@localhost:26257/defaultdb

Expand Down

0 comments on commit 64e8d36

Please sign in to comment.