Skip to content

Commit 7cb9d78

Browse files
committed
chore: minor updates on access_token
Signed-off-by: STRRL <[email protected]>
1 parent 3deb602 commit 7cb9d78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/node-register.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module "node" {
2929
endpoint = "https://your-node.custom-domain.com"
3030
# optional, default to "https://gi.rss3.io/", testnet use "https://gi.rss3.dev/"
3131
global_indexer_endpoint = "https://gi.rss3.io/"
32+
access_token = "<generate_random_access_token>"
3233
}
3334
}
3435
}

modules/gcp/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module "node" {
3838
endpoint = "https://your-node.custom-domain.com"
3939
# optional, default to "https://gi.rss3.io/", testnet use "https://gi.rss3.dev/"
4040
global_indexer_endpoint = "https://gi.rss3.io/"
41+
access_token = "<generate_random_access_token>"
4142
}
4243
}
4344
}

0 commit comments

Comments
 (0)