-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
155 lines (127 loc) · 5.04 KB
/
.env.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
APP_NAME=publiq-platform
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_SERVICE=laravel
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=sail
DB_PASSWORD=password
BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
MEMCACHED_HOST=127.0.0.1
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1
UITID_WIDGET_URL=https://assets-acc.uit.be/uitid-widget/
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
VITE_APP_ENV=${APP_ENV}
VITE_SENTRY_DSN=${SENTRY_LARAVEL_DSN}
VITE_SENTRY_ENABLED=${SENTRY_LARAVEL_ENABLED}
VITE_UITID_WIDGET_URL=${UITID_WIDGET_URL}
WWWGROUP=1000
WWWUSER=1000
NOVA_LICENSE_KEY=
AUTH0_LOGIN_DOMAIN=account-acc.uitid.be
AUTH0_LOGIN_CLIENT_ID=
AUTH0_LOGIN_CLIENT_SECRET=
AUTH0_LOGIN_REDIRECT_URI=http://localhost/auth/callback
AUTH0_LOGIN_PARAMETERS="locale=nl&referrer=publiq-platform&skip_verify_legacy=true&product_display_name=publiq platform"
AUTH0_CLIENT_CREATION_ENABLED=true
# MUST always be set to DEV tenant config except for the .env for the production app!
# Otherwise local/staging/acceptance/testing environments of publiq platform will create real clients on acc/test/prod.
AUTH0_ACC_TENANT_DOMAIN=publiq-dev.eu.auth0.com
AUTH0_ACC_TENANT_CLIENT_ID=
AUTH0_ACC_TENANT_CLIENT_SECRET=
AUTH0_ACC_TENANT_CLIENT_DETAILS_URL_TEMPLATE="https://manage.auth0.com/dashboard/eu/publiq-dev/applications/%s/settings"
# MUST always be set to DEV tenant config except for the .env for the production app!
# Otherwise local/staging/acceptance/testing environments of publiq platform will create real clients on acc/test/prod.
AUTH0_TEST_TENANT_DOMAIN=publiq-dev.eu.auth0.com
AUTH0_TEST_TENANT_CLIENT_ID=
AUTH0_TEST_TENANT_CLIENT_SECRET=
AUTH0_TEST_TENANT_CLIENT_DETAILS_URL_TEMPLATE="https://manage.auth0.com/dashboard/eu/publiq-dev/applications/%s/settings"
# MUST always be set to DEV tenant config except for the .env for the production app!
# Otherwise local/staging/acceptance/testing environments of publiq platform will create real clients on acc/test/prod.
AUTH0_PROD_TENANT_DOMAIN=publiq-dev.eu.auth0.com
AUTH0_PROD_TENANT_CLIENT_ID=
AUTH0_PROD_TENANT_CLIENT_SECRET=
AUTH0_PROD_TENANT_CLIENT_DETAILS_URL_TEMPLATE="https://manage.auth0.com/dashboard/eu/publiq-dev/applications/%s/settings"
UITID_V1_CONSUMER_CREATION_ENABLED=true
# MUST always be set to UiTiD v1 ACC environment config except for the .env for the production app!
# Otherwise local/staging/acceptance/testing environments of publiq platform will create real consumers on test/prod.
UITID_V1_ACC_URL=https://acc.uitid.be/uitid/rest/
UITID_V1_ACC_CONSUMER_KEY=
UITID_V1_ACC_CONSUMER_SECRET=
UITID_V1_ACC_GROUPS_ENTRY_API="3,24380,24640"
UITID_V1_ACC_GROUPS_SEARCH_API="3,24379"
UITID_V1_ACC_GROUPS_WIDGETS="3,24378"
UITID_V1_ACC_CONSUMER_DETAILS_URL_TEMPLATE="https://acc.uitid.be/uitid/rest/admin/serviceconsumers/%s"
# MUST always be set to UiTiD v1 ACC environment config except for the .env for the production app!
# Otherwise local/staging/acceptance/testing environments of publiq platform will create real consumers on test/prod.
UITID_V1_TEST_URL=https://acc.uitid.be/uitid/rest/
UITID_V1_TEST_CONSUMER_KEY=
UITID_V1_TEST_CONSUMER_SECRET=
UITID_V1_TEST_GROUPS_ENTRY_API="3,24380,24640"
UITID_V1_TEST_GROUPS_SEARCH_API="3,24379"
UITID_V1_TEST_GROUPS_WIDGETS="3,24378"
UITID_V1_TEST_CONSUMER_DETAILS_URL_TEMPLATE="https://acc.uitid.be/uitid/rest/admin/serviceconsumers/%s"
# MUST always be set to UiTiD v1 ACC environment config except for the .env for the production app!
# Otherwise local/staging/acceptance/testing environments of publiq platform will create real consumers on test/prod.
UITID_V1_PROD_URL=https://acc.uitid.be/uitid/rest/
UITID_V1_PROD_CONSUMER_KEY=
UITID_V1_PROD_CONSUMER_SECRET=
UITID_V1_PROD_GROUPS_ENTRY_API="3,24380,24640"
UITID_V1_PROD_GROUPS_SEARCH_API="3,24379"
UITID_V1_PROD_GROUPS_WIDGETS="3,24378"
UITID_V1_PROD_CONSUMER_DETAILS_URL_TEMPLATE="https://acc.uitid.be/uitid/rest/admin/serviceconsumers/%s"
INSIGHTLY_ENABLED=true
INSIGHTLY_HOST=https://api.insight.ly/v3.1/
INSIGHTLY_API_KEY=
SENTRY_LARAVEL_ENABLED=true
SENTRY_LARAVEL_DSN=
HOTJAR_ID=
GTAG_MEASUREMENT_ID=
SLACK_BOT_TOKEN=
SLACK_CHANNEL_ID=
SLACK_TECHNICAL_SUPPORT_CHANNEL_ID=***
SLACK_PUBLIQ_PLATFORM_CHANNEL_ID=***
GTM_ID=
E2E_TEST_BASE_URL=https://platform-acc.publiq.be/
E2E_TEST_PASSWORD=
E2E_TEST_ADMIN_PASSWORD=