From 0eb06afc23c939b9a2b86ae35cc6216692d8921f Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Mon, 20 Jul 2020 13:48:07 -0500 Subject: [PATCH] Update weather-api.service --- weather-api.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weather-api.service b/weather-api.service index 9de9c15..8f1fcd7 100644 --- a/weather-api.service +++ b/weather-api.service @@ -9,7 +9,7 @@ User=root Group=root LimitNOFILE=1024 Environment="DARK_SKY_API_KEY=" -Environment="GIN_MODE=release" +Environment="GIN_MODE=dev" Restart=on-failure RestartSec=10 @@ -27,4 +27,4 @@ StandardError=syslog SyslogIdentifier=weatherapi [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target