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