mirror of
https://github.com/KevinMidboe/planetposen-backend.git
synced 2025-10-29 00:10:12 +00:00
22 lines
392 B
JSON
22 lines
392 B
JSON
{
|
|
"vipps": {
|
|
"apiUrl": "https://apitest.vipps.no",
|
|
"subKey": "",
|
|
"clientId": "",
|
|
"clientSecret": "",
|
|
"fallbackUrl": "",
|
|
"callbackPrefix": "",
|
|
"merchantSerialNumber": null
|
|
},
|
|
"stripe": {
|
|
"publicKey": "",
|
|
"secretKey": ""
|
|
},
|
|
"database": {
|
|
"user": "planetposen",
|
|
"password": null,
|
|
"host": "localhost",
|
|
"database": "planetposen"
|
|
}
|
|
}
|