44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Label</key>
|
|
<string>network.hubris.oikos-deploy-webhook</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/Users/dtoro/Projects/oikos/webhook</string>
|
|
</array>
|
|
<key>EnvironmentVariables</key>
|
|
<dict>
|
|
<key>OIKOS_INFISICAL_SITE_URL</key>
|
|
<string>http://localhost:8080</string>
|
|
<key>OIKOS_INFISICAL_CLIENT_ID</key>
|
|
<string>82e6e362-bbee-4f22-b44e-215c85bdb14a</string>
|
|
<key>OIKOS_INFISICAL_CLIENT_SECRET</key>
|
|
<string>aa7c928b366591741e4fa99016c5644fc6119b4174ba0dab3570db1229e0bdf1</string>
|
|
<key>OIKOS_INFISICAL_PROJECT_ID</key>
|
|
<string>a436936f-6610-4698-9075-76013af7c68e</string>
|
|
<key>OIKOS_INFISICAL_ENV</key>
|
|
<string>dev</string>
|
|
<key>WEBHOOK_REPO_DIR</key>
|
|
<string>/Users/dtoro/Projects/oikos</string>
|
|
<key>WEBHOOK_LISTEN</key>
|
|
<string>:9797</string>
|
|
<key>HOME</key>
|
|
<string>/Users/dtoro</string>
|
|
<key>PATH</key>
|
|
<string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
|
</dict>
|
|
<key>WorkingDirectory</key>
|
|
<string>/Users/dtoro/Projects/oikos</string>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
<key>StandardOutPath</key>
|
|
<string>/Users/dtoro/Library/Logs/oikos-webhook.log</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/Users/dtoro/Library/Logs/oikos-webhook.log</string>
|
|
</dict>
|
|
</plist>
|