Files
OpenEasyTier_Master/config.example.json
2025-11-01 19:20:48 +08:00

13 lines
236 B
JSON

{
"express":{
"port": 3000,
"jwtSecret": ""
},
"pgsql":{
"host": "localhost",
"port": 5432,
"user": "postgres",
"password": "<PASSWORD>",
"database": "postgres"
}
}