Incorporate freben feedback

Signed-off-by: alisdairbr <alisdairbr@users.noreply.github.com>
This commit is contained in:
alisdairbr
2023-06-13 20:46:48 +02:00
committed by Fredrik Adelöw
parent ac166f0c03
commit 3af9c83c13
4 changed files with 35 additions and 13 deletions
@@ -0,0 +1 @@
Koyeb
+2 -3
View File
@@ -14,7 +14,7 @@ Before you begin, make sure you have a [Koyeb account](https://app.koyeb.com/) t
First, install the
[Koyeb CLI](https://www.koyeb.com/docs/quickstart/koyeb-cli) and follow the instructions in the [quickstart guide](https://www.koyeb.com/docs/quickstart/koyeb-cli) to login.
Then, configure your `app-config.yaml` with your `baseURL`:
Then, configure your `app-config.yaml` with your `baseUrl`:
```yaml
app:
@@ -24,8 +24,7 @@ app:
backend:
baseUrl: https://<your-app>.koyeb.app
listen:
port:
$env: PORT
port: ${PORT]
# The $PORT environment variable is a feature of Koyeb
# https://www.koyeb.com/docs/apps/services
```