server { host = "0.0.0.0" host = ${?SERVER_HOST} port = 8080 port = ${?SERVER_PORT} } database { host = "localhost" host = ${?DB_HOST} port = 5432 port = ${?DB_PORT} database = "summercms" database = ${?DB_NAME} user = "summercms" user = ${?DB_USER} password = "summercms" password = ${?DB_PASSWORD} }