-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #742 from Websoft9/update-gitness-2141d6b1
Update gitness
- Loading branch information
Showing
1 changed file
with
8 additions
and
9 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
W9_REPO=harness/gitness | ||
W9_DIST=community | ||
W9_VERSION=latest | ||
W9_POWER_PASSWORD=1PrMxExC45LsCT | ||
|
||
W9_HTTP_PORT_SET=9001 | ||
W9_ID=gitness | ||
W9_DIST='community' | ||
W9_VERSION='latest' | ||
W9_POWER_PASSWORD='w0K#h9xzbzc8ht3a' | ||
W9_HTTP_PORT_SET='9001' | ||
W9_ID='gitness' | ||
W9_HTTP_PORT=3000 | ||
W9_LOGIN_USER=[email protected] | ||
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD | ||
W9_URL=internet_ip | ||
W9_URL='internet_ip' | ||
W9_URL_REPLACE=true | ||
W9_URL_WITH_PORT=true | ||
W9_NETWORK=websoft9 | ||
|
@@ -23,7 +22,7 @@ GITNESS_HTTP_PORT=$W9_HTTP_PORT | |
# you You can leave out the W9_HTTP_PORT_SET, | ||
# the GITNESS_URL_BASE=http://$W9_URL | ||
# if you don't have domain, you have to use the W9_URL and W9_HTTP_PORT_SET | ||
GITNESS_URL_BASE=http://$W9_WRL | ||
GITNESS_URL_BASE=http://$W9_URL | ||
GITNESS_USER_SIGNUP_ENABLED=false | ||
GITNESS_CI_CONTAINER_NETWORKS=$W9_NETWORK | ||
GITNESS_URL_CONTAINER=http://$W9_ID:$W9_HTTP_PORT | ||
GITNESS_URL_CONTAINER=http://$W9_ID:$W9_HTTP_PORT |