Skip to content

Commit

Permalink
change local test domain from .at to .org
Browse files Browse the repository at this point in the history
  • Loading branch information
the42 committed Nov 28, 2012
1 parent 6058682 commit c406dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webzapfen/config.go
Expand Up @@ -43,7 +43,7 @@ func readConfig(filename string, conf *config) {

func createorreturnconfig(conf *config) *config {
if conf == nil {
conf = &config{RootDomain: "schoolcalc.hoechtl.org",
conf = &config{RootDomain: "schoolcalc.hoechtl.at",
Binding: os.Getenv("PORT"),
Languages: map[string]string{"de": "Deutsch", "en": "Englisch"},
RootTemplateDir: "./templates/",
Expand All @@ -53,7 +53,6 @@ func createorreturnconfig(conf *config) *config {
readConfig(*configFileName, conf)
if conf.Binding == "" {
conf.Binding = "5000"

}
return conf
}
Expand Down

0 comments on commit c406dcd

Please sign in to comment.