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