From 7f74f366358e4d882558fafb492b0a11db0c9b2d Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Sat, 19 Sep 2020 15:43:57 -0500 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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