Skip to content

Commit

Permalink
Merge pull request #792 from Websoft9/update-dgraph-600939f0
Browse files Browse the repository at this point in the history
Update dgraph
  • Loading branch information
qiaofeng1227 authored Nov 1, 2024
2 parents c69ad53 + a64f6c6 commit 9cf8fdd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
25 changes: 11 additions & 14 deletions apps/dgraph/.env
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
DB_DGRAPH_VERSION=latest
W9_REPO=dgraph/dgraph
W9_DIST=community
W9_VERSION=latest
W9_POWER_PASSWORD=UGz0IARz117ssO%
W9_DIST='community'
W9_VERSION='v24.0.4'
W9_POWER_PASSWORD='8Ke!A0baQfFdHuOg'

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=dgraph

W9_Alpha_HTTP_PORT_SET=8080
W9_Zero_HTTP_PORT_SET=6080

W9_Alpha_gRPC_PORT_SET=9080
W9_Zero_gRPC_PORT_SET=5080
W9_ID='dgraph'
W9_Alpha_HTTP_PORT_SET='8080'
W9_Zero_HTTP_PORT_SET='6080'
W9_Alpha_gRPC_PORT_SET='9080'
W9_Zero_gRPC_PORT_SET='5080'

W9_HTTP_PORT=8000
W9_HTTP_PORT_SET=8000

W9_URL=appname.example.com
W9_HTTP_PORT_SET='8000'
W9_URL='appname.example.com'
# acl control is function of Enterprise edition
W9_LOGIN_ServerURL=http://${W9_URL}:${W9_Alpha_HTTP_PORT_SET}
W9_LOGIN_Auth_Token=$W9_POWER_PASSWORD
Expand All @@ -25,4 +22,4 @@ W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####

# Dgraph environments: https://dgraph.io/docs/deploy/config/
DGRAPH_ALPHA_SECURITY="whitelist=0.0.0.0/0;token=${W9_POWER_PASSWORD}"
DGRAPH_ALPHA_SECURITY="whitelist=0.0.0.0/0;token=${W9_POWER_PASSWORD}"
2 changes: 1 addition & 1 deletion apps/dgraph/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"v23.1.0",
"v24.0.4",
"latest"
]
}
Expand Down

0 comments on commit 9cf8fdd

Please sign in to comment.