This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
organization_id = "YOUR_ORGANIZATION_ID (run gcloud organizations list)" | ||
billing_account_id = "YOUR_BILLING_ACCOUNT_ID (Go to GCP console > Billing)" | ||
project_id = "YOUR_PROJECT_ID (Go to GCP console > Cloud overview > Dashboard)" | ||
project_name = "YOUR_PROJECT_NAME (Go to GCP console > Cloud overview > Dashboard)" | ||
region = "YOUR_REGION (Probably us-central1, for complete list run: gcloud artifacts locations list)" | ||
zone = "YOUR_ZONE (Probably us-central1-c, for complete list run: gcloud compute zones list)" | ||
contract_address = "YOUR_CONTRACT_ADDRESS (See example.env)" | ||
starting_version = "YOUR_STARTING_VERSION (See example.env)" | ||
grpc_data_service_url = "APTOS_GRPC_URL (https://grpc.(mainnet|testnet|devnet).aptoslabs.com:443)" | ||
grpc_auth_token = "YOUR_APTOS_GRPC_TOKEN (Get one here: https://developers.aptoslabs.com/)" | ||
postgrest_max_rows = "500 (See example.env)" | ||
db_root_password = "YOUR_UNIQUE_SECURE_PASSWORD" | ||
mosquitto_password = "YOUR_UNIQUE_SECURE_PASSWORD" | ||
grafana_admin_password = "YOUR_UNIQUE_SECURE_PASSWORD" | ||
grafana_public_password = "YOUR_UNIQUE_SECURE_PASSWORD" |