mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
launchd service: add env vars for html templates and static files
This commit is contained in:
parent
557831fa0d
commit
c74d90407b
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
<string>/usr/local/opt/sftpgo/etc</string>
|
||||
<key>SFTPGO_LOG_FILE_PATH</key>
|
||||
<string>/usr/local/opt/sftpgo/log/sftpgo.log</string>
|
||||
<key>SFTPGO_HTTPD__TEMPLATES_PATH</key>
|
||||
<string>/usr/local/opt/sftpgo/templates</string>
|
||||
<key>SFTPGO_HTTPD__STATIC_FILES_PATH</key>
|
||||
<string>/usr/local/opt/sftpgo/static</string>
|
||||
</dict>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/usr/local/opt/sftpgo/etc</string>
|
||||
|
|
Loading…
Reference in a new issue