mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 19:53:56 +00:00
feat: Add env configuration sample.
This commit is contained in:
parent
cb738486f3
commit
9f1f9d0f78
21
etc/env.conf
Normal file
21
etc/env.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
###
|
||||
# webhook environment configuration
|
||||
###
|
||||
|
||||
# Domain name
|
||||
# This is only used by the reverse proxy container (not by the app).
|
||||
DOMAIN_NAME=webhook.lan
|
||||
|
||||
# Working directory
|
||||
APP_WORKING_DIR=/var/opt/webhookd/work
|
||||
|
||||
# Scripts directory
|
||||
APP_SCRIPTS_DIR=/var/opt/webhookd/scripts
|
||||
|
||||
# Notifier
|
||||
# "http" or "smtp"
|
||||
APP_NOTIFIER=http
|
||||
|
||||
# HTTP notifier URL
|
||||
APP_HTTP_NOTIFIER_URL=http://requestb.in/1gd3ond1
|
||||
|
Loading…
Reference in New Issue
Block a user