chore: add project configuration and infrastructure
This commit establishes the base configuration and deployment settings.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"StripeOptions": {
|
||||
"ApiKey": "ApiKey"
|
||||
"ApiKey": "ApiKey",
|
||||
"EventsWebhookSecret": "EventsWebhookSecret"
|
||||
},
|
||||
"ContextOptions": {
|
||||
"DatabaseFilePath": "DatabaseFilePath"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user