Files
quantum_backend/.env.template
DeOwl a571ef9c7a
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 5m5s
v1.0
working basic setup

- added profile picture upload
- fied a lot of errors with rabbitmq
- updated the "module" tables
- added experimental runner
2026-05-24 22:15:30 +03:00

12 lines
293 B
Plaintext

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