Move host and port to environment variables

This commit is contained in:
Jacob Gunther
2022-03-10 20:18:41 -06:00
parent 1a22b02cc6
commit 16d5c9689e
5 changed files with 26 additions and 6 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.17
require (
github.com/buaazp/fasthttprouter v0.1.1
github.com/go-redis/redis/v8 v8.11.4
github.com/joho/godotenv v1.4.0
github.com/valyala/fasthttp v1.34.0
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
gopkg.in/yaml.v2 v2.4.0