add logger, godotenv

This commit is contained in:
2025-10-11 08:40:37 +05:00
parent 664232db0f
commit 0a66e544d6
10 changed files with 310 additions and 11 deletions
+9 -1
View File
@@ -5,4 +5,12 @@ DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=bb_db
DB_SSLMODE=disable
JWT_SECRET=your-super-secret-jwt-key-change-in-production
JWT_SECRET=your-super-secret-jwt-key-change-in-production
# .env
LOG_LEVEL=debug
ENVIRONMENT=development
# app
REST_API_VERSION=1.0.0