diff --git a/example.settings.json b/example.settings.json index 5fbc9e9..2819501 100644 --- a/example.settings.json +++ b/example.settings.json @@ -3,9 +3,9 @@ "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", "FUNCTIONS_WORKER_RUNTIME": "node", - "WEBHOOK_PROXY_URL": "https://smee.io/new", "APP_WEBHOOK_SECRET": "xxxxxx", "APP_ID": "123456", + "APP_PRIVATE_KEY": "-----BEGIN PRIVATE KEY-----", "ENVIRONMENT": "development | production", "OPENAI_API_KEY": "123456" } diff --git a/package.json b/package.json index 54b9cbf..207e725 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "plugin:hello-world": "tsx tests/__mocks__/hello-world-plugin.ts", "setup-kv": "bun --env-file=.dev.vars scripts/setup-kv-namespace.ts", "setup": "tsx ./scripts/setup.ts", - "start:local": "run-p proxy build:watch start", + "start:azure": "run-p proxy build:watch start", "start": "func start", "prestart": "bun run build", "build": "tsup",