Skip to content

Commit f47ee04

Browse files
Add example environment configuration file
1 parent 1ca15c5 commit f47ee04

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.env.example

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Moodle LMS Configuration
2+
MOODLE_API_URL=https://lms.ibtikar.org.tr
3+
MOODLE_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxx
4+
5+
# Email Configuration (Resend)
6+
SMTP_HOST=smtp.gmail.com
7+
SMTP_PORT=587
8+
SMTP_USER=ibtikar.org@gmail.com
9+
SMTP_PASS=xxxxxxxxxxxxxxx
10+
11+
# JWT Secret (generate a secure random string)
12+
JWT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
13+
14+
# Admin Password
15+
ADMIN_PASSWORD=xxxxxxxxxxxxxxx
16+
17+
GOOGLE_API_KEY={ "type": "service_account", "project_id": "gsheets-vms", "private_key_id": "xxxxxxxxxxxxxxxxxxxxxxx", "private_key": "-----BEGIN PRIVATE KEY-----\nxxxxxxxxxxxxxxxxxxxxxxx\n-----END PRIVATE KEY-----\n", "client_email": "xxxxxxxx@xxxx.iam.gserviceaccount.com", "client_id": "00000000000000000", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/xxxxxxxxxxxxxxxxxxxxxxxxxxxx", "universe_domain": "googleapis.com"}
18+
19+
MEMBERSHIP_NUMBER_PREFIX=2501
20+
21+
# for deployment
22+
CLOUDFLARE_API_TOKEN=xxxxxxxxxxxxxxx

0 commit comments

Comments
 (0)