consolidate jwt settings and setup docker compose
This commit is contained in:
+23
-4
@@ -1,13 +1,32 @@
|
||||
Payment_Service=StripeIntent # Options are [ StripeIntent ]
|
||||
#############
|
||||
## Payment ##
|
||||
#############
|
||||
|
||||
# Options are [ StripeIntent ]
|
||||
Payment_Service=StripeIntent
|
||||
|
||||
# StripeIntent Options
|
||||
Stripe_PublicKey=
|
||||
Stripe_PublicKey=
|
||||
Stripe_Endpoint_Secret=
|
||||
|
||||
MySQL_Server=mistox-database
|
||||
####################
|
||||
## Authentication ##
|
||||
####################
|
||||
|
||||
# Random secret token for encrypting JWT contents
|
||||
JWT_Secret=
|
||||
|
||||
##############
|
||||
## Database ##
|
||||
##############
|
||||
|
||||
MySQL_User=root
|
||||
MySQL_Database=mistox
|
||||
MySQL_Pass=oasv34$8gpv023dd # Random value for the server and MySQL to communicate with
|
||||
MySQL_Pass=oasv34$8gpv023dd
|
||||
|
||||
##############
|
||||
## Email ##
|
||||
##############
|
||||
|
||||
Email_Server= # Hostname of email server
|
||||
Email_Port= # SMTP port used
|
||||
|
||||
Reference in New Issue
Block a user