k2a2 / config.json
StarrySkyWorld's picture
Create config.json
6e62421 verified
raw
history blame contribute delete
204 Bytes
{
"host": "0.0.0.0",
"port": 7860,
"apiKey": "${KIRO_API_KEY}",
"region": "us-east-1",
"adminApiKey": "${ADMIN_API_KEY}",
"credentialsBackend": "postgres",
"dbUrl": "${KIRO_DB_URL}"
}