Configuration
Environment variables
You can configure the service at runtime using various environment variables:
QUOKKA__CREDENTIALS__ADMIN__PASSWORD- password for the admin user (default:password)QUOKKA__CREDENTIALS__ADMIN__USER- username for the admin user (default:admin)QUOKKA__CREDENTIALS__SOURCE__PASSWORD- password for the source user (default:password)QUOKKA__CREDENTIALS__SOURCE__USER- username for the source user (default:source)QUOKKA__SERVER__HOST- host to run the server on (default:0.0.0.0)QUOKKA__SERVER__PORT- port to run the server on (default:10000)