mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
perf(app): working docker build stage, with github actions ci to push image
This commit is contained in:
@ -3,7 +3,7 @@ TZ=UTC
|
||||
NODE_ENV=development
|
||||
SECRET_KEY=change-me
|
||||
|
||||
# Public URLs
|
||||
# URLs
|
||||
APP_URL=http://localhost:3000
|
||||
SERVER_URL=http://localhost:3100
|
||||
|
||||
@ -19,6 +19,7 @@ JWT_SECRET=change-me
|
||||
JWT_EXPIRY_TIME=604800
|
||||
|
||||
# Mail
|
||||
MAIL_FROM=
|
||||
MAIL_HOST=
|
||||
MAIL_PORT=
|
||||
MAIL_USERNAME=
|
||||
|
||||
Reference in New Issue
Block a user