Initial commit: license, dependencies & config

This commit is contained in:
2022-12-11 18:05:19 +01:00
commit 5f42163dbe
8 changed files with 3325 additions and 0 deletions

View 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"
}
}