Square Payments
This commit is contained in:
10
.env.example
10
.env.example
@@ -17,10 +17,12 @@ DATABASE_USER=membership_user
|
||||
DATABASE_PASSWORD=change_this_password
|
||||
DATABASE_NAME=membership_db
|
||||
|
||||
# Square Payment Settings (to be added later)
|
||||
SQUARE_ACCESS_TOKEN=your-square-access-token
|
||||
SQUARE_ENVIRONMENT=sandbox
|
||||
SQUARE_LOCATION_ID=your-location-id
|
||||
# Square Payment Settings
|
||||
# Get these from your Square Developer Dashboard: https://developer.squareup.com/apps
|
||||
SQUARE_ACCESS_TOKEN=your-square-access-token-here
|
||||
SQUARE_ENVIRONMENT=sandbox # Use 'sandbox' for testing, 'production' for live payments
|
||||
SQUARE_LOCATION_ID=your-square-location-id-here
|
||||
SQUARE_APPLICATION_ID=your-square-application-id-here # Required for Web Payments SDK
|
||||
|
||||
# SMTP2GO Email Settings
|
||||
SMTP2GO_API_KEY=your-smtp2go-api-key
|
||||
|
||||
Reference in New Issue
Block a user