mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-05-02 06:46:13 -04:00
💾
This commit is contained in:
parent
44b49e740c
commit
d9a600a7dc
9 changed files with 254 additions and 36 deletions
|
@ -30,7 +30,7 @@ OUTPUT_DIR = ./output
|
|||
|
||||
## locally: mongodb://localhost:27017
|
||||
## production: mongodb://user:password@host:port
|
||||
MONGODB_URI = mongodb://localhost:27017
|
||||
MONGODB_URL = mongodb://localhost:27017
|
||||
MONGODB_DB_NAME = balances
|
||||
MONGODB_COLLECTION_NAME = balances
|
||||
|
||||
|
@ -42,4 +42,4 @@ MONGODB_COLLECTION_NAME = balances
|
|||
## locally: http://localhost:80
|
||||
## production: http://host:port
|
||||
API_HOST_URL = http://localhost
|
||||
API_HOST_URL_PORT = 80
|
||||
API_HOST_PORT = 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue