-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
51 lines (47 loc) · 2.66 KB
/
Copy path.env.example
File metadata and controls
51 lines (47 loc) · 2.66 KB
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
EXIST_HOME=/path/to/exist-db
# Local eXist/Algolia settings used by scripts/exist-local.sh.
EXIST_LOCAL_ALGOLIA_APPLICATION_ID=your-local-algolia-application-id
EXIST_LOCAL_ALGOLIA_ADMIN_API_KEY=your-local-algolia-admin-api-key
# Optional local overrides
# EXIST_CLIENT_CMD=/path/to/exist-db/bin/client.sh
# EXIST_CONF_XML=/path/to/exist-db/etc/conf.xml
# EXIST_STARTUP_XML=/path/to/exist-db/etc/startup.xml
# EXIST_PLUGIN_LIB_DIR=/path/to/exist-db/lib
# macOS app bundle: /Applications/eXist-db.app/Contents/Java
# Leave EXIST_RESTART_CMD unset on local macOS .app installs so the script can
# derive a credentialed shutdown/startup command automatically.
# EXIST_RESTART_CMD="/path/to/exist-db/bin/shutdown.sh -u admin -p secret && /path/to/exist-db/bin/startup.sh"
# EXIST_LOCAL_REINDEX_COLLECTION=/db/apps/raskovnik-data/data
# EXIST_LOCAL_ADMIN_PASSWORD=your-local-admin-password
# EXIST_LOCAL_ALGOLIA_SMOKE_INDEX_NAME=exist-algolia-index-smoke-local
# Staging remote settings used by scripts/exist-stage.sh.
# EXIST_STAGE_HOST=staging-host.example.org
# EXIST_STAGE_PORT=22
# EXIST_STAGE_SSH_USER=deploy-user
# EXIST_STAGE_REMOTE_DIR=/tmp/exist-algolia-stage
# EXIST_STAGE_CONTAINER_NAME=existdb-stage
# EXIST_STAGE_CONF_XML=/exist/etc/conf.xml
# EXIST_STAGE_STARTUP_XML=/exist/etc/startup.xml
# EXIST_STAGE_PLUGIN_LIB_DIR=/exist/lib
# EXIST_STAGE_RESTART_CMD="docker restart existdb-stage"
# EXIST_STAGE_REINDEX_COLLECTION=/db/apps/raskovnik-data/data
# EXIST_STAGE_ADMIN_PASSWORD=your-staging-admin-password
# EXIST_STAGE_ALGOLIA_APPLICATION_ID=your-staging-algolia-application-id
# EXIST_STAGE_ALGOLIA_ADMIN_API_KEY=your-staging-algolia-admin-api-key
# EXIST_STAGE_ALGOLIA_SMOKE_INDEX_NAME=exist-algolia-index-smoke-staging
# Production hotpatch settings used by scripts/exist-production-hotpatch.sh.
# These are intentionally separate from the staging settings above.
# EXIST_PRODUCTION_HOST=production-host.example.org
# EXIST_PRODUCTION_PORT=22
# EXIST_PRODUCTION_SSH_USER=deploy-user
# EXIST_PRODUCTION_REMOTE_DIR=/tmp/exist-algolia-production-hotpatch
# EXIST_PRODUCTION_CONTAINER_NAME=existdb-production
# EXIST_PRODUCTION_CONF_XML=/exist/etc/conf.xml
# EXIST_PRODUCTION_STARTUP_XML=/exist/etc/startup.xml
# EXIST_PRODUCTION_PLUGIN_LIB_DIR=/exist/lib
# EXIST_PRODUCTION_RESTART_CMD="docker restart existdb-production"
# EXIST_PRODUCTION_REINDEX_COLLECTION=/db/apps/raskovnik-data/data
# EXIST_PRODUCTION_ADMIN_PASSWORD=your-production-admin-password
# EXIST_PRODUCTION_ALGOLIA_APPLICATION_ID=your-production-algolia-application-id
# EXIST_PRODUCTION_ALGOLIA_ADMIN_API_KEY=your-production-algolia-admin-api-key
# EXIST_PRODUCTION_ALGOLIA_SMOKE_INDEX_NAME=exist-algolia-index-smoke-production-hotpatch