Stripe start create subscription

This commit is contained in:
Jonathan Barrow
2022-06-19 20:30:51 -04:00
parent 17d404870f
commit afe23b57ab
8 changed files with 689 additions and 6 deletions

View File

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