34 lines
698 B
Plaintext
Executable File
34 lines
698 B
Plaintext
Executable File
#############
|
|
## Payment ##
|
|
#############
|
|
|
|
# Options are [ StripeIntent ]
|
|
Payment_Service=StripeIntent
|
|
|
|
# StripeIntent Options
|
|
Stripe_PublicKey=
|
|
Stripe_PublicKey=
|
|
Stripe_Endpoint_Secret=
|
|
|
|
####################
|
|
## Authentication ##
|
|
####################
|
|
|
|
# Random secret token for encrypting JWT contents
|
|
JWT_Secret=
|
|
|
|
##############
|
|
## Database ##
|
|
##############
|
|
|
|
MySQL_User=root
|
|
MySQL_Pass=oasv34$8gpv023dd
|
|
|
|
##############
|
|
## Email ##
|
|
##############
|
|
|
|
Email_Server= # Hostname of email server
|
|
Email_Port= # SMTP port used
|
|
Email_Address= # Email Address to send from
|
|
Email_Password= # Password for the email address |