mirror of
https://github.com/hcengineering/huly-selfhost.git
synced 2026-08-30 03:39:43 +02:00
8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
export SERVER_ADDRESS="$1"
|
|
echo "Setting Huly Server Address: $SERVER_ADDRESS"
|
|
envsubst < template.conf > nginx.conf
|
|
envsubst < template.env > .env
|
|
|
|
./use-version.sh v0.6.295
|