Spaces:
Paused
Paused
Create data/db-config.json
Browse files- data/db-config.json +9 -0
data/db-config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
{
|
3 |
+
"type": "mariadb",
|
4 |
+
"host": "mysql-25340c52-lang03383-eb29.h.aivencloud.com",
|
5 |
+
"port": 28621,
|
6 |
+
"user": "avnadmin",
|
7 |
+
"password": "AVNS_gkLRZ9w8wvn2vWkjTbB",
|
8 |
+
"database": "defaultdb"
|
9 |
+
}
|