diff --git a/config.go b/config.go index f0fbc98..b249c1a 100644 --- a/config.go +++ b/config.go @@ -13,7 +13,7 @@ func DefaultConfig() Config { APIkey: "thisIsNotASecretTokenNow", Host: "localhost", Port: "6889", - Title: "Sgot", + Title: "Shrty", } c.DB = c.RootPath + "shrty.db" return c