From 4367d8d1df461806946e756370c9cb73e94f1a1a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 3 Feb 2016 21:00:25 +0100 Subject: It is now possible to give the address of a CDN server through the configuratin file (or a system variable). --- app.json | 1 + 1 file changed, 1 insertion(+) (limited to 'app.json') diff --git a/app.json b/app.json index 41d695c6..164eff7e 100644 --- a/app.json +++ b/app.json @@ -13,6 +13,7 @@ }, "env": { "HEROKU": "1", + "CDN_ADDRESS": "https://cdn.cedricbonhomme.org/", "ADMIN_EMAIL": "root@jarr.localhost", "ADMIN_PASSWORD": "password", "NOTIFICATION_EMAIL": "JARR@no-reply.com", -- cgit