Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/paas-docker/containers/files/phabricator/devcentral/config.json.jinja b/roles/paas-docker/containers/files/phabricator/devcentral/config.json.jinja
index c8ebfd6..13512d0 100644
--- a/roles/paas-docker/containers/files/phabricator/devcentral/config.json.jinja
+++ b/roles/paas-docker/containers/files/phabricator/devcentral/config.json.jinja
@@ -1,70 +1,61 @@
{
"cluster.mailers": [
- {
- "key": "nasqueron-mailgun",
- "type": "mailgun",
- "priority": 5,
- "options": {
- "domain": "{{ mailgun.domain }}",
- "api-key": "{{ mailgun["api-key"] }}"
- }
- },
{
"key": "nasqueron-local",
"type": "smtp",
"priority": 10,
"options": {
"host": "{{ smtp.host }}",
"port": {{ smtp.port }},
"user": "{{ smtp.username }}",
"password": "{{ smtp.password }}",
"protocol": "tls"
}
}
],
"config.ignore-issues": [],
"diffusion.ssh-port": 5022,
"diffusion.ssh-user": "vcs",
"feed.http-hooks": [
"https://notifications.nasqueron.org/gate/Phabricator/Nasqueron"
],
"metamta.reply-handler-domain": "{{ fqdn }}",
"metamta.default-address": "notifications-noreply@{{ fqdn }}",
"mysql.host": "{{ db.host }}",
"mysql.user": "{{ db.username }}",
"mysql.pass": "{{ db.password }}",
"notification.servers": [
{
"type": "client",
"host": "{{ fqdn }}",
"port": 443,
"protocol": "https",
"path": "/ws/"
},
{
"type": "admin",
"host": "aphlict.nasqueron.org",
"port": 22281,
"protocol": "http"
}
],
"phabricator.show-prototypes": true,
"phabricator.base-uri": "https://{{ fqdn }}/",
"phd.user": "app",
"pygments.enabled": true,
"storage.default-namespace": "{{ storage.namespace }}",
"storage.local-disk.path": "/var/files",
"security.alternate-file-domain": "https://{{ static_host }}"
}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Feb 16, 08:57 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3448383
Default Alt Text
(1 KB)

Event Timeline