Skip to content

Commit

Permalink
chore: updated example env
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 4, 2024
1 parent 0791eb5 commit b73ed34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b73ed34

Please sign in to comment.