mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-05-07 17:25:05 -04:00
💾
This commit is contained in:
parent
6fd3fe78cb
commit
643531f284
1 changed files with 7 additions and 1 deletions
|
@ -27,7 +27,10 @@ OUTPUT_DIR = ./output
|
|||
#########################
|
||||
##### mongodb settings
|
||||
#########################
|
||||
MONGDB_URI = mongodb://localhost:27017
|
||||
|
||||
## locally: mongodb://localhost:27017
|
||||
## production: mongodb://user:password@host:port
|
||||
MONGODB_URI = mongodb://localhost:27017
|
||||
MONGODB_DB_NAME = balances
|
||||
MONGODB_COLLECTION_NAME = balances
|
||||
|
||||
|
@ -35,5 +38,8 @@ MONGODB_COLLECTION_NAME = balances
|
|||
#########################
|
||||
##### api settings
|
||||
#########################
|
||||
|
||||
## locally: http://localhost:80
|
||||
## production: http://host:port
|
||||
API_HOST_URL = http://localhost
|
||||
API_HOST_URL_PORT = 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue