More changes
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-05 10:01:42 -04:00
parent d5f9bc4d05
commit ba31f4b8be
3 changed files with 44 additions and 17 deletions

25
dev.env Normal file
View File

@@ -0,0 +1,25 @@
HOST=grow.mifi.dev
PORT=9001
ROUTE_PREFIX=/auth
LOGIN_ROUTE=/login
RESET_ROUTE=/reset
DB_USERNAME=user
DB_PASSWORD=password
DB_NAME=auth
SESSION_KEY=shjhakjfhfjdshjksdhfdshfhfduyeyb73te4
JWT_AUDIENCE=Grow.io
JWT_ISSUER=Grow Latch
JWT_SECRET='Th!sIs a d3v3lopm3nt server $#cr¢T.'
LOGIN_VALID_TIME=12H
RESET_VALID_MINUTES=15
DEFAULT_TOKEN_DAYS=1
CONTAINER_PREFIX=grow
SERVICE_NAME=auth-service
DB_TYPE=mongo