Things notes application (Golang, Fiber, Vue.js)
Dima 18bfe1032f Refactoring | hai 3 meses | |
---|---|---|
build | hai 3 meses | |
cmd | hai 3 meses | |
docs | hai 3 meses | |
internal | hai 3 meses | |
migrations | hai 1 ano | |
web | hai 1 ano | |
.gitignore | hai 1 ano | |
Makefile | hai 3 meses | |
docker-compose.yml | hai 1 ano | |
go.mod | hai 3 meses | |
package-lock.json | hai 1 ano | |
package.json | hai 1 ano | |
readme.md | hai 1 ano | |
vite.config.js | hai 1 ano |
.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/