ZSCGR commited on
Commit
16def19
1 Parent(s): 081fd9f

Create data/db-config.json

Browse files
Files changed (1) hide show
  1. data/db-config.json +8 -0
data/db-config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mariadb",
3
+ "host": "mysql-38e967b6-mysql-mariadb.a.aivencloud.com",
4
+ "port": 10755,
5
+ "user": "kuma",
6
+ "password": "AVNS_Y18dS-taaezBdJqL5Ed",
7
+ "database": "kuma-1"
8
+ }