Authorization: Bearer ********************
{
"database": {
"host": "192.168.0.108",
"port": 3306,
"username": "******",
"password": "******",
"database": "test"
},
"jwtConstants": {
"secret": "b46c8261-5d04-4c17-9a83-e26b7f6bab8f"
},
"salt": "salt"
}
curl --location --request POST 'https://s.hancel.org/api/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"database": {
"host": "192.168.0.108",
"port": 3306,
"username": "******",
"password": "******",
"database": "test"
},
"jwtConstants": {
"secret": "b46c8261-5d04-4c17-9a83-e26b7f6bab8f"
},
"salt": "salt"
}'
{}