generated from AMRC-FactoryPlus/acs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
60 lines (51 loc) · 1.08 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
# App Config
APP_NAME="Factory+ Manager"
APP_SERVICE=backend
APP_URL=https://acs-manager.test
APP_ORGANISATION=AMRC
APP_NAMESPACE=factory-plus
APP_ENV=local
VITE_APP_ENV="${APP_ENV}"
APP_KEY=
# Logging & Debug
APP_DEBUG=true
APP_LOG_LEVEL=debug
LOG_CHANNEL=errorlog
CLOCKWORK_TOOLBAR=false
SEND_EXCEPTIONS_TO_RAY=true
RAY_HOST=host.docker.internal
# Cache
CACHE_DRIVER=database
# Session
SESSION_DRIVER=database
SESSION_LIFETIME=10080
# Queue
QUEUE_CONNECTION=database
# Database
DB_CONNECTION=pgsql
DB_HOST=pgsql
DB_DATABASE=factoryplus-manager
DB_USERNAME=postgres
DB_PASSWORD=password
# MinIO
FILESYSTEM_CLOUD=minio
FORWARD_MINIO_PORT=9090
MINIO_ENDPOINT=http://minio:9000
MINIO_KEY=sail
MINIO_SECRET=password
MINIO_REGION=us-east-1
MINIO_BUCKET=schemas
# Swoole
OCTANE_SERVER=roadrunner
# Searching
SCOUT_DRIVER=meilisearch
MEILISEARCH_HOST=http://meilisearch:7700
MEILISEARCH_KEY=masterKey
# =======================
# Factory+ Service Config
# =======================
BASE_URL=<BASE_URL>
REALM=<REALM>
SERVICE_SCHEME=https
MANAGER_SERVICE_PRINCIPAL=HTTP/manager.<BASE_URL>
KEYTAB_PATH=/keytab