From c63f01414bf4eb09135560ff8114c7a9a926ca83 Mon Sep 17 00:00:00 2001 From: Filitov Mikhail Date: Fri, 31 May 2024 20:52:59 +0200 Subject: [PATCH] Set default values for local development --- devo.conf | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/devo.conf b/devo.conf index 14d5156..ac30dd5 100644 --- a/devo.conf +++ b/devo.conf @@ -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=