22 lines
No EOL
664 B
Text
Executable file
22 lines
No EOL
664 B
Text
Executable file
# Database
|
|
DATABASE_URL=postgres://postgres:h3alth_p3tal_db_p@ssw0rd@localhost:5432/health_petal
|
|
|
|
# JWT
|
|
JWT_SECRET=your-super-secret-jwt-key
|
|
|
|
# AWS S3 (for profile pictures and hospital images)
|
|
S3_ACCESS_KEY_ID=your-s3-access-key
|
|
S3_SECRET_ACCESS_KEY=your-s3-secret-key
|
|
S3_BUCKET_NAME=your-s3-bucket-name
|
|
S3_REGION=your-s3-region
|
|
S3_URL=your-s3-url
|
|
|
|
# Expo (for push notifications)
|
|
EXPO_ACCESS_TOKEN=your-expo-access-token
|
|
|
|
# PhonePe Payment Gateway
|
|
PHONE_PE_BASE_URL=https://api-preprod.phonepe.com/
|
|
PHONE_PE_CLIENT_ID=your-phonepe-client-id
|
|
PHONE_PE_CLIENT_VERSION=1
|
|
PHONE_PE_CLIENT_SECRET=your-phonepe-client-secret
|
|
PHONE_PE_MERCHANT_ID=your-phonepe-merchant-id |