Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkg/recipe/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ add:
STORJ_ADMIN_ADDRESS: '{{ Host .This "listen" }}:{{ Port .This "console"}}'
STORJ_ADMIN_STATIC_DIR: '{{ Environment .This "staticDir" }}'
STORJ_CONSOLE_AUTH_TOKEN: my-suppa-secret-key
STORJ_DATABASE: '{{ Environment "cockroach" "main" }}'
STORJ_DATABASE: '{{ Environment "spanner" "main" }}'
STORJ_DEBUG_ADDR: '{{ Host .This "listen" }}:{{ Port .This "debug"}}'
STORJ_LIVE_ACCOUNTING_STORAGE_BACKEND: '{{ Environment "redis" "url" }}?db=0'
STORJ_LOG_LEVEL: debug
STORJ_METAINFO_DATABASE_URL: '{{ Environment "cockroach" "metainfo" }}'
STORJ_METAINFO_DATABASE_URL: '{{ Environment "spanner" "metainfo" }}'
STORJ_METRICS_APP_SUFFIX: sim
STORJ_ORDERS_ENCRYPTION_KEYS: '0100000000000000=0100000000000000000000000000000000000000000000000000000000000000'

SPANNER_EMULATOR_HOST: '{{ Environment "spanner" "emulatorHost" }}'
STORJ_VERSION_SERVER_ADDRESS: 'http://{{ Host "versioncontrol" "external"}}:{{ Port "versioncontrol" "public"}}'
environment:
STORJUP_AUTHSERVICE: http://authservice:8888
Expand Down
Loading