-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introducing some env vars & example dotenv as suggested in Informatie…
- Loading branch information
1 parent
8f1caa0
commit 5171065
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# exported host port for the gitb-server service (whatever that may do) | ||
#GITB_SRV_PORT=9090 | ||
|
||
# exported host port for the gitb-ui service (whatever that may do) | ||
#GITB_UI_PORT=9000 | ||
|
||
# exported host port for the graphdb triple store service | ||
#GRAPHDB_PORT=7200 | ||
|
||
# exported host port for the LDIO Workbench service | ||
#LDIO_WB_PORT=8888 |