-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
57 lines (57 loc) · 2.7 KB
/
.env.example
File metadata and controls
57 lines (57 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
DEBUG=false
DEBUG_DEVICES=DESKTOP-JVTSJ6I,YOUR_PC_USERNAME,ANOTHER_DEVICE_NAME
ADMIN_EMAILS=your_email@example.com,another_email@example.com
CPID=CURRENT_PROJECT_ID
GAPI=google_api_key
G_CLIENT_ID=google_client_id
G_CLIENT_SECRET=google_client_secret
G_PROJECT_ID=google-project-id
G_REDIRECT_URI=google-oauth-redirect-uri
H_CAPTCHA_SITE=your-h-captcha-site
H_CAPTCHA_SECRET=ES_your_h_captcha_secret
G_RECAPTCHA_SITE_KEY=YOUR_RECAPTCHA_V3_SITE_KEY
G_RECAPTCHA_SECRET=YOUR_RECAPTCHA_V3_SECRET
G_RECAPTCHA_V2_SITE_KEY=YOUR_RECAPTCHA_V2_SITE_KEY
G_RECAPTCHA_V2_SECRET=YOUR_RECAPTCHA_V2_SECRET
ACCESS_TOKEN=GITHUB_PERSONAL_ACCESS_TOKEN
GITHUB_TOKEN=GITHUB_PERSONAL_ACCESS_TOKEN
GITHUB_TOKEN_READ_ONLY=GITHUB_PERSONAL_ACCESS_TOKEN_READ_ONLY_FOR_PUBLIC_REPOSITORY_ONLY
DJANGO_SUPERUSER_USERNAME=django-admin
DJANGO_SUPERUSER_PASSWORD=django-admin-password
DJANGO_SUPERUSER_EMAIL=django-admin@email.com
DJANGO_SECRET_KEY=a9d0P7jR9Bd3ZKqM9h6jN2I8X3mWqKt8T4lv1H8_2Gg
WHATSAPP_ADMIN=628xxxx,628xxx (number phone of whatsapp admin separated by comma)
SMS_PASSWORD=anyPassword
CLOUD_SQLITE_SECRET=anyPassword
MYSQL_USER=<mysql_username>
MYSQL_PASS=<mysql_password>
MYSQL_DBNAME=<mysql_database_name>
MYSQL_HOST=<mysql_host:default localhost>
MYSQL_USER_PRODUCTION=<mysql_username for production>
MYSQL_PASS_PRODUCTION=<mysql_password for production>
MYSQL_HOST_PRODUCTION=<mysql_host for production>
# Vite configuration
## Vite dev server hostname
VITE_HOSTNAME=dev.webmanajemen.com
## Vite dev server port
VITE_PORT=5173
## Backend hostname for API requests (e.g., laragon, xampp, or production server hostname)
VITE_BACKEND_HOSTNAME_DEV=php.webmanajemen.com
# Production backend hostname
VITE_BACKEND_HOSTNAME_PROD=sh.webmanajemen.com
FACEBOOK_APP_ID=<app_id>
FACEBOOK_APP_SECRET=<app_secret>
# WebAuthn: Relying Party (RP) identifier
# - Must be the registrable domain (eTLD+1) that covers the host serving your app.
# Example: for https://php.webmanajemen.com use `webmanajemen.com` as RP ID (no subdomain).
# - The RP ID returned by the server must match the browser origin's domain.
# - WebAuthn requires a secure context: use HTTPS in production or `localhost` for local dev.
# Set this to your domain (do not include protocol or path)
WEBAUTHN_RP_ID=webmanajemen.com
# App secret for session name hashing; use a strong, unique value in production
APP_SECRET=your_app_secret_for_session_hashing
# NVIDIA API key for AI services (if applicable) - Obtain from NVIDIA Developer Portal: https://developer.nvidia.com/deepseek-ai/deepseek-v4-flash
NVIDIA_API_KEY=your_nvidia_api_key
# Ollama API key for AI model management (if applicable) - Obtain from Ollama Settings: https://ollama.com/settings/keys
OLLAMA_API_KEY=your_ollama_api_key
OLLAMA_MODEL="deepseek-r1:latest"