replace env with json

This commit is contained in:
lou 2024-10-15 19:33:39 -04:00
parent fb0936c77f
commit 3dbda0c600
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +0,0 @@
DB_HOST=10.5.0.5
DB_PORT=3306
DB_USER=root
DB_PASSWORD=iloveaidxnfun123
DB_NAME=aidxnfun

8
config.json.example Normal file
View File

@ -0,0 +1,8 @@
{
"DB_HOST": "10.5.0.5",
"DB_PORT": 3306,
"DB_USER": "root",
"DB_PASSWORD": "iloveaidxnfun123",
"DB_NAME": "aidxnfun",
"PORT": 3000
}