Skip to content

Commit

Permalink
Merge pull request #742 from Websoft9/update-gitness-2141d6b1
Browse files Browse the repository at this point in the history
Update gitness
  • Loading branch information
qiaofeng1227 authored Oct 28, 2024
2 parents 51bec89 + 6f7d945 commit 14d445b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions apps/gitness/.env
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
Expand All @@ -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

0 comments on commit 14d445b

Please sign in to comment.