fix(deploy): use non-avx mongo image by default
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
APP_ENV=production
|
||||
MONGO_IMAGE=mongo:4.4.29-focal
|
||||
MONGO_DB_NAME=gapido_auth
|
||||
JWT_SECRET_KEY=replace-with-a-long-random-production-secret
|
||||
JWT_ISSUER=gapido-auth
|
||||
@@ -21,4 +22,3 @@ DEMO_ENABLE_DEBUG_OTP=false
|
||||
DEMO_DEBUG_SMS_TTL_SECONDS=300
|
||||
GRPC_HOST=0.0.0.0
|
||||
GRPC_PORT=50051
|
||||
|
||||
|
||||
Reference in New Issue
Block a user