Things notes application (Golang, Fiber, Vue.js)
Dima 18bfe1032f Refactoring | 3 months ago | |
---|---|---|
build | 3 months ago | |
cmd | 3 months ago | |
docs | 3 months ago | |
internal | 3 months ago | |
migrations | 1 year ago | |
web | 1 year ago | |
.gitignore | 1 year ago | |
Makefile | 3 months ago | |
docker-compose.yml | 1 year ago | |
go.mod | 3 months ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
readme.md | 1 year ago | |
vite.config.js | 1 year ago |
.env
APP_PORT=8080
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=0
DB_MAX_IDLE_CONN_LIFETIME=60
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
ERRORS_EMAIL=user@example.ru
BASIC_AUTH_USER=user
BASIC_AUTH_PASSWORD=pass
/docs/
/metrics/