13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
# Chain Service
|
|
|
|
DATABASE_URL=REQUIRED. Example: mongodb://chain-service:password@127.0.0.1:27017
|
|
DATABASE_NAME=OPTOINAL. Default: chain-db
|
|
|
|
# Planfix Rest API
|
|
PLANFIX_HOSTNAME=REQUIRED. Example: crm.planfix.com
|
|
PLANFIX_TOKEN=REQUIRED
|
|
|
|
# Poetry (Gitlab Auth Token for PyPi)
|
|
POETRY_USERNAME=REQUIRED
|
|
POETRY_PASSWORD=REQUIRED
|