From d6652414b29af82845767be690d2d232ff51f1ff Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 9 Mar 2020 10:58:39 +0100 Subject: [PATCH] Clear app.json --- app.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.json b/app.json index 83af843..c594bfb 100644 --- a/app.json +++ b/app.json @@ -5,9 +5,5 @@ "success_url": "/", "dokku": { "plugins": [] - "volumes":[ - {"host":"/etc/letsencrypt/keycloak.gitea-experiment.autonomic.zone/cert.pem","app":"/etc/x509/https/tls.crt"}, - {"host":"/etc/letsencrypt/keycloak.gitea-experiment.autonomic.zone/privkey.pem","app":"/etc/x509/https/tls.key"} - ] } }