Skip to content
Snippets Groups Projects
Commit d74f0303 authored by jurgenhaas's avatar jurgenhaas
Browse files

#68 Add support for invoice ninja

parent b3fdd4a0
No related branches found
No related tags found
1 merge request!84Merging develop into main
Pipeline #1157657 passed
......@@ -252,7 +252,7 @@ class Handler extends BaseHandler {
}
$this->config->setValue('projectroot', $projectRoot, FALSE);
$this->config->setValue('projectrootfiles', $projectRoot, FALSE);
$this->config->setValue('projectrootinvoiceninja', $projectRoot, FALSE);
$this->config->setValue('projectrootinvoiceninja', $projectRoot . '/in', FALSE);
$this->config->setValue('projectdomain', str_replace('_', '-', $this->config->readValue('projectname')) . '.' . $traefik['domain'], FALSE);
$this->config->setValue('projectprotocol', 'http' . ($traefik['usessl'] ? 's' : ''), FALSE);
$this->config->setValue('socketprotocol', 'ws' . ($traefik['usessl'] ? 's' : ''), FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment