StarrySkyWorld commited on
Commit
6e62421
·
verified ·
1 Parent(s): 7cc88aa

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }