Things notes application (Golang, Fiber, Vue.js)
Dmitriy Gnatenko d30632c6a3 Update config | il y a 2 mois | |
---|---|---|
build | il y a 2 mois | |
cmd | il y a 2 mois | |
docs | il y a 3 mois | |
init | il y a 2 mois | |
internal | il y a 2 mois | |
migrations | il y a 1 an | |
web | il y a 1 an | |
.gitignore | il y a 1 an | |
Makefile | il y a 2 mois | |
docker-compose.yml | il y a 1 an | |
go.mod | il y a 2 mois | |
package-lock.json | il y a 2 mois | |
package.json | il y a 1 an | |
readme.md | il y a 2 mois | |
vite.config.js | il y a 1 an |
.env
APP_PORT=8080
DB_DRIVER=postgres
DB_HOST=localhost
DB_PORT=3306
DB_NAME=homethings
DB_USER=user
DB_PASSWORD=pass
DB_MAX_OPEN_CONNS=0
DB_MAX_IDLE_CONNS=5
DB_MAX_CONN_LIFETIME=30s
DB_MAX_IDLE_CONN_LIFETIME=60s
DB_SSL_MODE=disable
CORS_ALLOW_ORIGING=*
CORS_ALLOW_METHODS=GET,POST,PUT,DELETE
JWT_SECRET_KEY=secret
JWT_LIFETIME=21600
SMTP_HOST=smtp.example.ru
SMTP_PORT=2525
SMTP_USER=user@example.ru
SMTP_PASSWORD=pass
BASIC_AUTH_USER=user
BASIC_AUTH_PASSWORD=pass
LOGGER_STDOUT_ENABLED=true
LOGGER_STDOUT_LEVEL=info
LOGGER_STDOUT_ADD_SOURCE=false
LOGGER_EMAIL_ENABLED=true
LOGGER_EMAIL_LEVEL=error
LOGGER_EMAIL_ADD_SOURCE=true
LOGGER_EMAIL_RECIPIENT=user@example.ru
LOGGER_EMAIL_SUBJECT=Homethings error
/docs/
/metrics/