style: rename url to frontend_url
This commit is contained in:
parent
556337aa4e
commit
3c5f3fd654
6 changed files with 12 additions and 10 deletions
|
@ -11,7 +11,8 @@ fi
|
|||
if [ ! -f "/gorb/config/config.toml" ]; then
|
||||
cat > /gorb/config/config.toml <<EOF
|
||||
[web]
|
||||
url = "${WEB_URL}"
|
||||
frontend_url = "${WEB_FRONTEND_URL}"
|
||||
base_path = "${WEB_BASE_PATH}"
|
||||
|
||||
[database]
|
||||
username = "${DATABASE_USERNAME}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue