From 8a7909a73d8a06dac60de893f1bea3b90059876c Mon Sep 17 00:00:00 2001 From: websoft9 Date: Mon, 9 Dec 2024 06:30:36 +0000 Subject: [PATCH] Update answer --- apps/answer/.env | 16 +++++++--------- apps/answer/variables.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/apps/answer/.env b/apps/answer/.env index bdf5db6d2..1de2592ec 100644 --- a/apps/answer/.env +++ b/apps/answer/.env @@ -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 W9_LOGIN_USER=email@admin.local @@ -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 #### ----------------------------------------------------------------------------------------- #### @@ -40,4 +38,4 @@ SITE_URL=http://$W9_URL CONTACT_EMAIL="contact@email.com" ADMIN_NAME=adminuser ADMIN_PASSWORD=$W9_LOGIN_PASSWORD -ADMIN_EMAIL=$W9_LOGIN_USER \ No newline at end of file +ADMIN_EMAIL=$W9_LOGIN_USER diff --git a/apps/answer/variables.json b/apps/answer/variables.json index 6e624467e..5f8e387d0 100644 --- a/apps/answer/variables.json +++ b/apps/answer/variables.json @@ -7,7 +7,7 @@ "edition": [ { "dist": "community", - "version": ["1.2.1","latest"] + "version": ["1.4.1","latest"] } ], "requirements": {