-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 780 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (25 loc) · 780 Bytes
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
# Database
DATABASE_URL=postgresql://testuser:testpass@db:5432/testplatform
POSTGRES_USER=testuser
POSTGRES_PASSWORD=testpass
POSTGRES_DB=testplatform
# Redis
REDIS_URL=redis://redis:6379/0
# Security
SECRET_KEY=your-secret-key-please-change-in-production
# AI Services (Optional - add your keys)
CLAUDE_API_KEY=
OPENAI_API_KEY=
# Jenkins Configuration
JENKINS_URL=http://10.160.13.30:8080
JENKINS_USERNAME=your-jenkins-username
JENKINS_API_TOKEN=your-jenkins-api-token
# Appium
APPIUM_ANDROID_URL=http://appium-android:4723
APPIUM_IOS_URL=http://appium-ios:4724
# Frontend
VITE_API_URL=https://mtp.qa.fortinet-us.com
# HTTPS Configuration
SSL_CERTIFICATE_PATH=/etc/nginx/ssl/server.crt
SSL_CERTIFICATE_KEY_PATH=/etc/nginx/ssl/server.key
SERVER_FQDN=mtp.qa.fortinet-us.com