Skip to content

Commit

Permalink
Set default values for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
lll-phill-lll committed May 31, 2024
1 parent e8a0bbd commit c63f014
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions devo.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# relational database(PostgresQL) credentials
# POSTGRES_HOST=
# POSTGRES_DB=
# POSTGRES_USER=
# POSTGRES_PASSWORD=
# WARNING: Use these values only for local development
# POSTGRES_HOST=localhost
# POSTGRES_DB=db
# POSTGRES_USER=admin_postgres_user
# POSTGRES_PASSWORD=admin_postgres_password

# file storage (S3) credentials
# S3_ENDPOINT=
# MINIO_ROOT_USER=
# MINIO_ROOT_PASSWORD=
# WARNING: Use these values only for local development
# S3_ENDPOINT=http://localhost:9000
# MINIO_ROOT_USER=admin_minio_user
# MINIO_ROOT_PASSWORD=admin_minio_password

# Telegram bot credentials
# Telegram bot credentials (from BotFather)
# TELEGRAM_BOT_TOKEN=
# TELEGRAM_BOT_NAME=

Expand Down

0 comments on commit c63f014

Please sign in to comment.