v1.0
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 5m5s
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 5m5s
working basic setup - added profile picture upload - fied a lot of errors with rabbitmq - updated the "module" tables - added experimental runner
This commit is contained in:
@@ -2,3 +2,10 @@ KEYCLOAK_URL=http://auth.example.com
|
||||
KEYCLOAK_REALM=quant_sim-realm
|
||||
KEYCLOAK_CLIENT_ID=quantum-backend
|
||||
KEYCLOAK_CLIENT_SECRET=!!!REPLACE_ME
|
||||
RABBITMQ_HOST=rabbit.example.com
|
||||
RABBITMQ_PORT=5672
|
||||
|
||||
RABBITMQ_USER=example_user
|
||||
RABBITMQ_PASSWORD=your_strong_password
|
||||
|
||||
HOST=quantum-backend.example.com
|
||||
|
||||
Reference in New Issue
Block a user