diff --git a/cmd/ipe b/cmd/ipe new file mode 100755 index 0000000..de2e5eb Binary files /dev/null and b/cmd/ipe differ diff --git a/config-example.yml b/config-example.yml deleted file mode 100644 index 98a05c1..0000000 --- a/config-example.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -host: ":8080" -profiling: false -ssl: - enabled: false - host: ":4343" - key_file: "key.pem" - cert_file: "cert.pem" -apps: - - name: "Sample Application" - enabled: true - only_ssl: false - key: "278d525bdf162c739803" - secret: "${APP_SECRET}" # Expand env vars - app_id: "1" - user_events: true - webhooks: - enabled: true - url: "http://127.0.0.1:5000/hook" \ No newline at end of file