remove unused config.go.template
diff --git a/talksapp/config.go.template b/talksapp/config.go.template
deleted file mode 100644
index 0dd1796..0000000
--- a/talksapp/config.go.template
+++ /dev/null
@@ -1,10 +0,0 @@
-package talksapp
-
-func init() {
-    // Register an application at https://github.com/settings/applications/new
-    // and enter the client ID and client secret here.
-    gitHubCredentials = "client_id=<id>&client_secret=<secret>"
-
-    // Set contact email for /bot.html
-    contactEmail = "example@example.com"
-}