diff options
| author | Andrew Graham-Yooll <[email protected]> | 2021-02-20 19:06:32 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-20 13:06:32 -0500 |
| commit | 512312d2fbc061e73f857d6c63d0f691f48c6b91 (patch) | |
| tree | 7e649f13ca437a946a19e96de8f748ec9ba94ab6 /public/v4/apps/sentry.yml | |
| parent | c3b2e348131500f52fc809d6059af808200b35ad (diff) | |
| download | caprover-one-click-apps-512312d2fbc061e73f857d6c63d0f691f48c6b91.tar.gz caprover-one-click-apps-512312d2fbc061e73f857d6c63d0f691f48c6b91.zip | |
Use $$cap_root_domain to help facilitate the easy setup of sentry (#364)
* Use $$cap_root_domain to help facilitate the easy setup of sentry
* Add http prefix
Diffstat (limited to 'public/v4/apps/sentry.yml')
| -rw-r--r-- | public/v4/apps/sentry.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/sentry.yml b/public/v4/apps/sentry.yml index cc9a968..48d7fd9 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: ""'' >> /etc/sentry/config.yml' + - 'RUN echo ''system.url-prefix: "http://$$cap_appname-sentry.$$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" |
