summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/sentry.yml
diff options
context:
space:
mode:
authorAndrew Graham-Yooll <[email protected]>2021-02-20 20:23:43 +0100
committerGitHub <[email protected]>2021-02-20 14:23:43 -0500
commit2019f4256fa621ac3492786465d1c4558fa730d3 (patch)
tree48c6370a36bde899ce63870c8714dadd4260df2d /public/v4/apps/sentry.yml
parent512312d2fbc061e73f857d6c63d0f691f48c6b91 (diff)
downloadcaprover-one-click-apps-2019f4256fa621ac3492786465d1c4558fa730d3.tar.gz
caprover-one-click-apps-2019f4256fa621ac3492786465d1c4558fa730d3.zip
Remove the suffix of sentry from the url prefix (#365)
Diffstat (limited to 'public/v4/apps/sentry.yml')
-rw-r--r--public/v4/apps/sentry.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/sentry.yml b/public/v4/apps/sentry.yml
index 48d7fd9..3d3aeec 100644
--- a/public/v4/apps/sentry.yml
+++ b/public/v4/apps/sentry.yml
@@ -91,7 +91,7 @@ services:
- "RUN echo 'mail.use-tls: true' >> /etc/sentry/config.yml"
- 'RUN echo ''mail.username: ""'' >> /etc/sentry/config.yml'
- 'RUN echo ''system.admin-email: ""'' >> /etc/sentry/config.yml'
- - 'RUN echo ''system.url-prefix: "http://$$cap_appname-sentry.$$cap_root_domain"'' >> /etc/sentry/config.yml'
+ - 'RUN echo ''system.url-prefix: "http://$$cap_appname.$$cap_root_domain"'' >> /etc/sentry/config.yml'
- RUN echo '#!/bin/bash' >> ./init.sh
- RUN echo 'echo Starting configuration. The App will restart multiple times.' >> ./init.sh
- "RUN echo 'echo 1 of 4 : running upgrade' >> ./init.sh"