-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dev
More file actions
39 lines (30 loc) · 969 Bytes
/
.env.dev
File metadata and controls
39 lines (30 loc) · 969 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
33
34
35
36
37
38
39
APP_SECRET=6514635062ba34f218535f9f106fd20b
# allow access only with https protocol
SSL_ONLY=false
# allowed origin
ALLOWED_ORIGIN=localhost
# enable maintenance mode
MAINTENANCE_MODE=false
# enable paste content encryption
ENCRYPTION_MODE=true
# admin contact email
CONTACT_EMAIL=lukas@becvar.xyz
# external log config
EXTERNAL_LOG_ENABLED=false
EXTERNAL_LOG_URL=https://admin.becvar.xyz/api/external/log
EXTERNAL_LOG_API_TOKEN=external-api-token
# enable metrics exporter
METRICS_EXPORTER_ENABLED=true
METRICS_EXPORTER_ALLOWED_IP=% # IP address with access to metrics (use % for all addresses)
# enable visitor tracking
VISITOR_TRACKING_ENABLED=false
VISITOR_TRACKING_SERVICE_NAME=paste.becvar.xyz
VISITOR_TRACKING_URL=https://admin.becvar.xyz/api/monitoring/visitor/tracking
# database config
DATABASE_DRIVER=pdo_mysql
DATABASE_VERSION=8.0.43
DATABASE_HOST=127.0.0.1
DATABASE_PORT=3306
DATABASE_NAME=code_paste
DATABASE_USERNAME=root
DATABASE_PASSWORD=root