Updated auth to use pem keys instead of base64 keys in strings?
This commit is contained in:
@@ -54,6 +54,8 @@ services:
|
||||
REDIS_PORT: 6379
|
||||
SERVICE_HOST: service
|
||||
SERVICE_PORT: 5000
|
||||
volumes:
|
||||
- ${KEYS_DIR_PATH}:/keys
|
||||
ports:
|
||||
- "${SERVICE_PORT:-5000}:5000"
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user