-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.prod.example
63 lines (49 loc) · 1.53 KB
/
.env.prod.example
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
58
59
60
61
62
APP_NAME=ExoSuite
APP_ENV=production
APP_KEY=base64:0s7qKyEt7fokT30oUkdW7m4VvQ3Ps/gfUO+PGTwlcqc=
APP_DEBUG=false
APP_URL=https://api.exosuite.fr
LOG_CHANNEL=stack
DB_CONNECTION=pgsql
DB_HOST=exosuite-users-api-postgres.production.svc.cluster.local
DB_PORT=5432
DB_DATABASE=exosuite-users-api
DB_USERNAME=exosuite
DB_PASSWORD=MAy5UBgd2YVgv8WTzSACQrGSddURGdzfpa9
DB_HOST_WEBSITE=exosuite-website-postgres.production.svc.cluster.local
DB_PORT_WEBSITE=5432
DB_DATABASE_WEBSITE=exosuite-website
DB_USERNAME_WEBSITE=exosuite
DB_PASSWORD_WEBSITE="4tpaBrVqCqDXct7862VmFAmfrAvjpYuNReqJx7Snqy"
BROADCAST_DRIVER=redis
QUEUE_CONNECTION=redis
CACHE_DRIVER=redis
SESSION_DRIVER=database
SESSION_CONNECTION=pgsql_website
SESSION_DOMAIN=.exosuite.fr
SESSION_SECURE_COOKIE=true
REDIS_HOST=exosuite-redis-store.production.svc.cluster.local
REDIS_PASSWORD=null
REDIS_PORT=6379
REDIS_LIVE_HOST=exosuite-redis-live.production.svc.cluster.local
REDIS_LIVE_PASSWORD=null
REDIS_LIVE_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=mail.exosuite.fr
MAIL_PORT=465
MAIL_PASSWORD=W9EuGNEJkGBuMQ99
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="[email protected]"
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
SCOUT_QUEUE=true
SCOUT_ELASTIC_HOST=exosuite-elasticsearch.production.svc.cluster.local:9200
FILESYSTEM_DRIVER=ftp
FTP_PASSWORD=4mFKMDwfaGKxmWT96GwXWD4
FTP_HOST=exosuite-vsftpd.production.svc.cluster.local