wms-be/.env.example

18 lines
367 B
Plaintext

APP_NAME=Go.Gin.Template
IS_LOGGER=true
DB_HOST=postgres
DB_USER=postgres
DB_PASS=<your password>
DB_NAME=<your database name>
DB_PORT=5432
GOLANG_PORT=8888
APP_ENV=localhost
JWT_SECRET=<your secret key>
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SENDER_NAME="Go.Gin.Template <no-reply@testing.com>"
SMTP_AUTH_EMAIL=<your email>
SMTP_AUTH_PASSWORD=<your password>