{ "development": { "server": { "port": 9090, "logLevel": "debug" }, "auth": { "enabled": true, "keycloak": { "url": "https://auth.tombutcher.work", "realm": "master", "clientId": "farmcontrol-client", "clientSecret": "GPyh59xctRX83yfKWb83ShK6VEwHIvLF" }, "requiredRoles": [] }, "database": { "etcd": { "host": "localhost", "port": 2379 }, "mongo": { "url": "mongodb://127.0.0.1:27017/farmcontrol" }, "redis": { "host": "localhost", "port": 6379, "password": "" } }, "otpExpiryMins": 0.5 }, "production": { "server": { "port": 8081, "logLevel": "info" }, "auth": { "enabled": true, "keycloak": { "url": "https://auth.tombutcher.work", "realm": "master", "clientId": "farmcontrol-client", "clientSecret": "GPyh59xctRX83yfKWb83ShK6VEwHIvLF" }, "requiredRoles": [] }, "database": { "etcd": { "host": "localhost", "port": 2379 }, "mongo": { "url": "mongodb://farmcontrol.tombutcher.local:27017/farmcontrol" } } } }