Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update answer #1065

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions apps/answer/.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
W9_REPO=apache/answer
W9_DIST=community
W9_VERSION=latest
W9_POWER_PASSWORD=1PrMxExC45LsCT33e!
W9_DIST='community'
W9_VERSION='1.4.1'
W9_POWER_PASSWORD='l#zxH7QuF9OFg6Fi'

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

W9_ID=answer
W9_ID='answer'
W9_HTTP_PORT=80
W9_HTTP_PORT_SET=9080
W9_HTTP_PORT_SET='9080'

# Must use email to login
[email protected]
Expand All @@ -16,8 +15,7 @@ W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
# Container name's suffix must use one of the value
W9_DB_EXPOSE="postgresql"
W9_DB_VERSION=15

W9_URL=internet_ip
W9_URL='internet_ip'
W9_NETWORK=websoft9

#### ----------------------------------------------------------------------------------------- ####
Expand All @@ -40,4 +38,4 @@ SITE_URL=http://$W9_URL
CONTACT_EMAIL="[email protected]"
ADMIN_NAME=adminuser
ADMIN_PASSWORD=$W9_LOGIN_PASSWORD
ADMIN_EMAIL=$W9_LOGIN_USER
ADMIN_EMAIL=$W9_LOGIN_USER
2 changes: 1 addition & 1 deletion apps/answer/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"edition": [
{
"dist": "community",
"version": ["1.2.1","latest"]
"version": ["1.4.1","latest"]
}
],
"requirements": {
Expand Down
Loading