diff --git a/app/templates/top.hbs b/app/templates/top.hbs
index 46848fbf..55b71c74 100644
--- a/app/templates/top.hbs
+++ b/app/templates/top.hbs
@@ -43,17 +43,17 @@
{{#if config.pagesEndpoint}}
diff --git a/config/environment.js b/config/environment.js
index 631f4345..3383b64c 100644
--- a/config/environment.js
+++ b/config/environment.js
@@ -49,6 +49,12 @@ module.exports = function(environment) {
caches: true
};
ENV.charmKey = 'gy5gx7dy6dh86hxzkz1wmtvupwvievu';
+ ENV.urls = {
+ legal: ENV.billingEndpoint + "/pages/legal",
+ imprint: ENV.billingEndpoint + "/pages/imprint",
+ security: ENV.billingEndpoint + "/pages/security",
+ terms: ENV.billingEndpoint + "/pages/terms"
+ }
}
}