-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
18 lines (17 loc) · 961 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
STATIC_DIR=static # The path to the static directory, or "static" when not specified
# WARNING: changing host and/or port requires changes on the github app
HOST=localhost # The domain where the editor will be exposed
PORT=8082 # The port where the editor will be exposed
GLOBAL_DIR="" # The global directory for the tool
LOCAL_DIR=.devprivops # The local directory for the tool
ORIGINAL_REPO=https://git.company.com/company-repo # The repository where to commit the files to
DB_USER=user # The fuseki user
DB_PASS=pass # The fuseki pass
DB_IP=localhost # The fuseki ip
DB_PORT=3030 # The fuseki port
DB_DATASET=devprivops # The fuseki dataset
SESSION_STORE_KEY=CHANGEME # The secret to open and generate the session store
JWT_SECRET=CHANGEME # The secret to generate JWT tokens
# REMOVE THESE if you do not want forced github authentication
GITHUB_KEY=CHANGEME # The key of the github application
GITHUB_SECRET=CHANGEME # The secret of the github application