Authorization: Bearer ********************
curl --location --request GET 'https://s.hancel.org/api/config'
{
"data": {
"database": {
"host": "192.168.0.108",
"port": 3306,
"username": "******",
"password": "******",
"database": "test"
},
"jwtConstants": {
"secret": "b46c8261-5d04-4c17-9a83-e26b7f6bab8f"
},
"salt": "salt"
},
"code": 0,
"message": "ok"
}