mirror of
https://github.com/KevinMidboe/planetposen-backend.git
synced 2025-10-29 08:20:12 +00:00
Initial commit: license, dependencies & config
This commit is contained in:
21
config/defaults/production.json
Normal file
21
config/defaults/production.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user