9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
# Chain Service
|
|
|
|
DATABASE_URL=REQUIRED. Example: DATABASE_URL=mongodb://chain-service:password@127.0.0.1:27017
|
|
DATABASE_NAME=OPTOINAL. Default: chain-db
|
|
|
|
# Poetry (Gitlab Auth Token for PyPi)
|
|
POETRY_USERNAME=REQUIRED
|
|
POETRY_PASSWORD=REQUIRED
|