mirror of
https://github.com/KevinMidboe/planetposen-backend.git
synced 2025-10-29 16:30:13 +00:00
Initial commit: license, dependencies & config
This commit is contained in:
21
config/defaults/development.json
Normal file
21
config/defaults/development.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"
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
4
config/env/.gitignore
vendored
Normal file
4
config/env/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user