Spaces:
Runtime error
Runtime error
Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"host": "0.0.0.0",
|
| 3 |
+
"port": 7860,
|
| 4 |
+
"apiKey": "${KIRO_API_KEY}",
|
| 5 |
+
"region": "us-east-1",
|
| 6 |
+
"adminApiKey": "${ADMIN_API_KEY}",
|
| 7 |
+
"credentialsBackend": "postgres",
|
| 8 |
+
"dbUrl": "${KIRO_DB_URL}"
|
| 9 |
+
}
|