mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
launchd service: add env vars for html templates and static files
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user