We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 200cdb7 + 4687b7e commit c81d923Copy full SHA for c81d923
2 files changed
.env.template
@@ -3,7 +3,7 @@
3
## ---------------------------------
4
5
# The domain name to use for your site in the production compose stack
6
-SITE_ADDRESS=http://localhost:80
+SITE_ADDRESS=:80
7
# The domain name to use for the gateway service in the production compose stack
8
GATEWAY_SITE_ADDRESS=http://localhost:3500
9
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "opendatacapture",
"type": "module",
- "version": "1.3.0",
+ "version": "1.4.0",
"private": true,
"packageManager": "pnpm@9.11.0",
"license": "Apache-2.0",
0 commit comments