diff options
author | Guillermo Ramos | 2014-11-23 23:54:00 +0100 |
---|---|---|
committer | Guillermo Ramos | 2014-11-23 23:54:00 +0100 |
commit | 74457b0d7de520c8fafb929f455a8806bad74077 (patch) | |
tree | deaa1e41921a4d8431c8a4813fb2f682470ec8e4 /config | |
parent | 6e99d20972bec95d3502ef7549d74f67b4cf0001 (diff) | |
download | turing-web-74457b0d7de520c8fafb929f455a8806bad74077.tar.gz |
Production-ready
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml index e083c48..6ff875a 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -15,5 +15,5 @@ Staging: <<: *defaults Production: - #approot: "http://www.example.com" + approot: "https://turing.heimi.li" <<: *defaults |