mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-30 12:30:06 +00:00
fix Bug 70772 - Add the APPLICATION_NAME variable to ds-docservice
This commit is contained in:
parent
a1b238d180
commit
84443a0095
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
command=/var/www/COMPANY_NAME/documentserver/server/DocService/docservice
|
||||
directory=/var/www/COMPANY_NAME/documentserver/server/DocService
|
||||
user=ds
|
||||
environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=/etc/COMPANY_NAME/documentserver,NODE_DISABLE_COLORS=1
|
||||
environment=NODE_ENV=production-linux,NODE_CONFIG_DIR=/etc/COMPANY_NAME/documentserver,NODE_DISABLE_COLORS=1,APPLICATION_NAME=COMPANY_NAME
|
||||
stdout_logfile=/var/log/COMPANY_NAME/documentserver/docservice/out.log
|
||||
stdout_logfile_backups=0
|
||||
stdout_logfile_maxbytes=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue