From b8848d90a02932eb54c3169288a357a0f5b61435 Mon Sep 17 00:00:00 2001 From: kreativmonkey Date: Wed, 5 Jul 2017 17:23:34 +0200 Subject: [PATCH] Rename Application --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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