Spaces:
Running
Running
ffreemt
commited on
Commit
·
37f8603
1
Parent(s):
e4bf184
Add data/db-config.json
Browse files- data/db-config.json +8 -0
data/db-config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"type": %(TYPE)s,
|
3 |
+
"host": %(HOSTNAME)s,
|
4 |
+
"port": %(PORT)s,
|
5 |
+
"user": %(USER)s,
|
6 |
+
"password": %(PASSWORD)s,
|
7 |
+
"database": %(DATABASE)s
|
8 |
+
}
|