biangbiang commited on
Commit
aa6f100
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-uptime-qs166-6343.c.aivencloud.com",
4
+ "port": 21188,
5
+ "user": "avnadmin",
6
+ "password": "AVNS_EJmnXe4YKzQEaNCckRf",
7
+ "database": "defaultdb"
8
+ }