Obey the prefix

This commit is contained in:
2015-03-07 00:30:47 +07:00
parent e0c2cb47be
commit 9e00ad1c15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
type (
Config struct {
Domain string `json:"app_domain"`
DatabaseURI string `json:"database_uri"`
DatabaseURI string `json:"app_database_uri"`
AuthURL string `json:"github_auth_url"`
AccessTokenURL string `json:"github_access_token_url"`
ClientID string `json:"github_client_id"`