From aa765284508cffdbef62b284a6f2ff072b142bff Mon Sep 17 00:00:00 2001 From: z2665 Date: Sun, 23 Dec 2018 15:06:07 +0800 Subject: [PATCH] fix toml note (#1014) --- config.dev.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dev.toml b/config.dev.toml index 5fd91389..d5dd8acf 100755 --- a/config.dev.toml +++ b/config.dev.toml @@ -60,7 +60,7 @@ StorageType = "memory" #TLSKeyFile = "server.key" # Port sets the port the proxy listens on -# Env override: PORT +# Env override: ATHENS_PORT # Note that PORT needs to be prefixed by : Port = ":3000"