14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
JWT_SECRET=change_me_to_long_random_string
|
|
DEFAULT_USER_ROLE=CLIENT
|
|
|
|
DB_HOST=localhost
|
|
DB_USER=app_user
|
|
DB_PASSWORD=app_password
|
|
DB_NAME=coppertone_db
|
|
DB_SSL_MODE=disable
|
|
|
|
CORS_ALLOW_ORIGIN=*
|
|
|
|
STRIPE_SECRET_KEY=sk_test_change_me
|
|
STRIPE_WEBHOOK_SECRET=whsec_change_me
|