chore: tweak approot for port offset
This commit is contained in:
parent
e6f09bf701
commit
90599ae7fd
@ -40,13 +40,13 @@ packages:
|
|||||||
- completed:
|
- completed:
|
||||||
name: HaskellNet
|
name: HaskellNet
|
||||||
version: 0.5.1
|
version: 0.5.1
|
||||||
git: git://github.com/jtdaugherty/HaskellNet.git
|
git: https://github.com/jtdaugherty/HaskellNet.git
|
||||||
pantry-tree:
|
pantry-tree:
|
||||||
size: 4011
|
size: 4011
|
||||||
sha256: 921b437ef18ccb04f889301c407263d6b5b72c5864803a000b1e61328988ce70
|
sha256: 921b437ef18ccb04f889301c407263d6b5b72c5864803a000b1e61328988ce70
|
||||||
commit: 5aa1f3b009253b02c4822005ac59ee208a10a347
|
commit: 5aa1f3b009253b02c4822005ac59ee208a10a347
|
||||||
original:
|
original:
|
||||||
git: git://github.com/jtdaugherty/HaskellNet.git
|
git: https://github.com/jtdaugherty/HaskellNet.git
|
||||||
commit: 5aa1f3b009253b02c4822005ac59ee208a10a347
|
commit: 5aa1f3b009253b02c4822005ac59ee208a10a347
|
||||||
- completed:
|
- completed:
|
||||||
name: HaskellNet-SSL
|
name: HaskellNet-SSL
|
||||||
|
|||||||
1
start.sh
1
start.sh
@ -16,6 +16,7 @@ export COOKIES_SECURE=${COOKIES_SECURE:-false}
|
|||||||
export ALLOW_DEPRECATED=${ALLOW_DEPRECATED:-true}
|
export ALLOW_DEPRECATED=${ALLOW_DEPRECATED:-true}
|
||||||
export ENCRYPT_ERRORS=${ENCRYPT_ERRORS:-false}
|
export ENCRYPT_ERRORS=${ENCRYPT_ERRORS:-false}
|
||||||
export RIBBON=${RIBBON:-${__HOST:-localhost}}
|
export RIBBON=${RIBBON:-${__HOST:-localhost}}
|
||||||
|
export APPROOT=${APPROOT:-http://localhost:$((${PORT_OFFSET:-0} + 3000))}
|
||||||
unset HOST
|
unset HOST
|
||||||
|
|
||||||
move-back() {
|
move-back() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user