mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2026-01-27 19:55:56 +00:00
Implemented payments with stripe.
This commit is contained in:
7
server/config.example.js
Normal file
7
server/config.example.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
module.exports = {
|
||||
stripe: {
|
||||
publicKey: '',
|
||||
secretKey: ''
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user