chain-service/.env.template
2024-03-03 01:41:25 +07:00

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