Skip to content

Commit c81d923

Browse files
authored
Merge pull request #996 from joshunrau/v1.4.0
2 parents 200cdb7 + 4687b7e commit c81d923

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## ---------------------------------
44

55
# The domain name to use for your site in the production compose stack
6-
SITE_ADDRESS=http://localhost:80
6+
SITE_ADDRESS=:80
77
# The domain name to use for the gateway service in the production compose stack
88
GATEWAY_SITE_ADDRESS=http://localhost:3500
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opendatacapture",
33
"type": "module",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"private": true,
66
"packageManager": "pnpm@9.11.0",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)