// include default config from upstream include "/bbb-apps-akka/conf/application.conf" redis { host="10.7.7.5" } services { bbbWebAPI="https://DOMAIN/bigbluebutton/api" sharedSecret="SHARED_SECRET" } http { interface = "0.0.0.0" } postgres { properties = { serverName = "10.7.7.22" portNumber = "5432" databaseName = "bbb_graphql" user = "postgres" password = "POSTGRES_PASSWORD" } }