feat: add environment variable support for admin user creation in backend
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m28s
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m28s
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
|||||||
- "5004:5000" # Host 5004 -> Container 5000
|
- "5004:5000" # Host 5004 -> Container 5000
|
||||||
environment:
|
environment:
|
||||||
- FLASK_ENV=development
|
- FLASK_ENV=development
|
||||||
- FRONTEND_URL=https://devserver.lan:446 # Add this for test env
|
- FRONTEND_URL=https://dev.chores.ryankegel.com # Add this for test env
|
||||||
- SECRET_KEY=${SECRET_KEY}
|
- SECRET_KEY=${SECRET_KEY}
|
||||||
- REFRESH_TOKEN_EXPIRY_DAYS=${REFRESH_TOKEN_EXPIRY_DAYS}
|
- REFRESH_TOKEN_EXPIRY_DAYS=${REFRESH_TOKEN_EXPIRY_DAYS}
|
||||||
- DIGEST_TOKEN_SECRET=${DIGEST_TOKEN_SECRET}
|
- DIGEST_TOKEN_SECRET=${DIGEST_TOKEN_SECRET}
|
||||||
|
|||||||
Reference in New Issue
Block a user