mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-10 09:56:48 -05:00
Stripe start create subscription
This commit is contained in:
@@ -17,5 +17,20 @@
|
||||
"role id"
|
||||
]
|
||||
},
|
||||
"stripe": {
|
||||
"secret_key": "sk_secret",
|
||||
"webhook_secret": "whsec_secret"
|
||||
},
|
||||
"database": {
|
||||
"account": {
|
||||
"address": "127.0.0.1",
|
||||
"port": 27017,
|
||||
"database_name": "pretendo",
|
||||
"options": {
|
||||
"useNewUrlParser": true,
|
||||
"useUnifiedTopology": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"aes_key": "hex key here"
|
||||
}
|
||||
Reference in New Issue
Block a user