1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

Merge pull request #117 from anyproto/del-/-from-tests

del symbol / from tests
This commit is contained in:
Kirill Shklyaev 2024-12-04 22:59:44 +03:00 committed by GitHub
commit 47e10c6d61
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Sets the external listen host in .env.override # Sets the external listen host in .env.override
cat <<EOF > $PROJECT_DIR/.env.override cat <<EOF > $PROJECT_DIR/.env.override
EXTERNAL_LISTEN_HOST=\"$EXTERNAL_LISTEN_HOST\" EXTERNAL_LISTEN_HOST="$EXTERNAL_LISTEN_HOST"
EOF EOF

View file

@ -1,4 +1,4 @@
# Sets multiple external listen hosts in .env.override # Sets multiple external listen hosts in .env.override
cat <<EOF > $PROJECT_DIR/.env.override cat <<EOF > $PROJECT_DIR/.env.override
EXTERNAL_LISTEN_HOSTS=\"$EXTERNAL_LISTEN_HOSTS\" EXTERNAL_LISTEN_HOSTS="$EXTERNAL_LISTEN_HOSTS"
EOF EOF