update the way environment variables are checked

no longer checking for .env file, just the variables
This commit is contained in:
wukko
2023-04-09 09:40:13 +06:00
parent 7e01f0b496
commit 450d01753d
3 changed files with 3 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ It's also possible to host cobalt via a Docker image, but in that case you'd nee
That includes:
| Variable | Example |
| -------- | :--- |
| `selfUrl` | `https://co.wukko.me/` |
| `selfURL` | `https://co.wukko.me/` |
| `port` | `9000` |
| `streamSalt` | `randomly generated sha512 hash` |
| `cors` | `0` |