diff --git a/Configuration.md b/Configuration.md index 4aa3086..6467f58 100644 --- a/Configuration.md +++ b/Configuration.md @@ -11,7 +11,7 @@ The available env variables are - `TASKCAFE_DATABASE_PASSWORD`: The password for the database connection - `TASKCAFE_DATABASE_NAME`: The name of the database (ex: 'taskcafe') - `TASKCAFE_MIGRATE`: Setting this to `true` will run the database schema migrations on application startup -- `TASKCAFE_GENERAL_HOST`: The host and port to run the web service on (default is 0.0.0.0:3333) +- `TASKCAFE_SERVER_HOSTNAME`: The host and port to run the web service on (default is 0.0.0.0:3333) ## Config file