Dima 1f76b90ab7 Refactoring | пре 3 месеци | |
---|---|---|
build | пре 3 месеци | |
cmd | пре 3 месеци | |
internal | пре 3 месеци | |
migrations | пре 1 година | |
web | пре 1 година | |
.gitignore | пре 1 година | |
Makefile | пре 1 година | |
docker-compose.yml | пре 1 година | |
go.mod | пре 3 месеци | |
go.sum | пре 3 месеци | |
readme.md | пре 1 година |
config/.env
APP_PORT=8080
DB_HOST=localhost
DB_PORT=5432
DB_NAME=db
DB_USER=user
DB_PASSWORD=pass
DB_MAX_OPEN_CONNS=0
DB_MAX_IDLE_CONNS=5
DB_MAX_CONN_LIFETIME=0
DB_MAX_IDLE_CONN_LIFETIME=300
CORS_ALLOW_ORIGING=*
CORS_ALLOW_METHODS=GET,POST,PUT,DELETE
SMTP_HOST=smtp.example.com
SMTP_PORT=25
SMTP_USER=example@example.com
SMTP_PASSWORD=5cCd5m2
ERRORS_EMAIL=example@example.com
JWT_SECRET_KEY=test_secret
JWT_COOKIE=token
JWT_LIFETIME=21600
BASIC_AUTH_USER=user
BASIC_AUTH_PASSWORD=pass
STATIC_VERSION=1
GA_KEY=UA-1111111-1
/metrics