This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.panel.env.dist
64 lines (50 loc) · 1.84 KB
/
.panel.env.dist
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
#
# Default .panel.env file
#
# Rename to `.panel.env` to use within docker compose.
#
# Elastic Search connection details
ELASTIC_HOST=search
ELASTIC_PORT=443
ELASTIC_SCHEME=https
# ELASTIC_USER=kevin
# ELASTIC_PASS=tester
# https://www.php.net/manual/en/wrappers.php.php
# stdout / stderr f.e.
LOG_OUTPUT_STREAM=stdout
# Script hash used for the join helio script to ensure correctness of the downloaded file
SCRIPT_HASH=asdf:DEMOHASH5DEMOHASH
# SCRIPT_HASH_FILE=./cnf/script-hash-file
# MySQL/MariaDB connection details
DB_NAME=panel
DB_HOST=database
# DB_PORT=3306
# sync with database env variables below
DB_USERNAME=helio-panel
DB_PASSWORD=helio-panel-356tyjl
# slim framework site env
SITE_ENV=DEV
# JWT secret, ensure this is changed for production
JWT_SECRET=B598dSs89kkALboi4--BBoi+b00
# User ID needs to be adjusted, the mentioned file changed.
GOOGLE_AUTH_USER_ID=REPLACE_WITH_CORRECT_VALUE
GOOGLE_AUTH_JSON_PATH=/var/www/cnf/google-auth.json
# Grafana connection details (TODO: specify host/port of grafana in env file)
GRAFANA_API_KEY=REPLACE_WITH_CORRECT_VALUE
# DASHBOARD_CONFIG_JSON=./dashboard.json
# Zapier connection details
ZAPIER_HOOK_URL=REPLACE_WITH_CORRECT_VALUE
STORAGE_SERVICE_ENV=prod
ANALYZE_SERVICE_ENV=prod
BILLING_SERVICE_ENV=prod
BLENDER_DOCKER_IMAGE=REPLACE_WITH_CORRECT_VALUE
BLENDER_DOCKER_REGISTRY_SERVER=REPLACE_WITH_CORRECT_VALUE
BLENDER_DOCKER_REGISTRY_USERNAME=REPLACE_WITH_CORRECT_VALUE
BLENDER_DOCKER_REGISTRY_PASSWORD=REPLACE_WITH_CORRECT_VALUE
BLENDER_DOCKER_REGISTRY_EMAIL=REPLACE_WITH_CORRECT_VALUE
BLENDER_STORAGE_BUCKET_NAME=REPLACE_WITH_CORRECT_VALUE
BLENDER_STORAGE_CREDENTIALS_JSON_PATH=/var/www/cnf/google-auth-blender-storage.json
KOALA_FARM_ORIGIN=http://localhost:3000
BASE_URL=http://localhost
# Intercom Events for Koala (https://app.intercom.com/a/apps/_/developer-hub)
# INTERCOM_API_KEY=REPLACE_WITH_CORRECT_VALUE