aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Ramos2019-02-15 11:39:42 +0100
committerGuillermo Ramos2019-02-15 11:40:30 +0100
commit4c819f1888ad6232d9dffec80f21ec31da81b0b7 (patch)
treef4866c161da584c315627b6281b60540e0ff06ff
parentfbab1214044a280087b3ba67bdf08da4a50c732f (diff)
downloadturing-web-4c819f1888ad6232d9dffec80f21ec31da81b0b7.tar.gz
Update domain name & copyright year
-rw-r--r--config/settings.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/settings.yml b/config/settings.yml
index d980a6b..54cc001 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -2,7 +2,7 @@ Default: &defaults
host: "*4" # any IPv4 host
port: 3000
approot: "http://localhost:3000"
- copyright: © 2014-2015 Guillermo Ramos (guillermo.ramos@imdea.org)
+ copyright: © 2014-2019 Guillermo Ramos (guillermo.ramos@imdea.org)
#analytics: UA-YOURCODE
Development:
@@ -15,5 +15,5 @@ Staging:
<<: *defaults
Production:
- approot: "https://turing.heimi.li"
+ approot: "https://turing.gramos.me"
<<: *defaults