Merge branch 'main' of https://github.lci.ulsa.mx/AlexRG/genesis-2
This commit is contained in:
+14
-1
@@ -49,6 +49,19 @@ entrypoint = "./functions/generate-subject-suggestions/index.ts"
|
||||
# For example, if you want to serve static HTML pages in your function:
|
||||
# static_files = [ "./functions/generate-subject-suggestions/*.html" ]
|
||||
|
||||
<<<<<<< HEAD
|
||||
[auth.hook.custom_access_token]
|
||||
enabled = true
|
||||
uri = "pg-functions://postgres/public/custom_access_token_hook"
|
||||
uri = "pg-functions://postgres/public/custom_access_token_hook"
|
||||
=======
|
||||
[functions.openai-webhook-responses]
|
||||
enabled = true
|
||||
verify_jwt = true
|
||||
import_map = "./functions/openai-webhook-responses/deno.json"
|
||||
# Uncomment to specify a custom file path to the entrypoint.
|
||||
# Supported file extensions are: .ts, .js, .mjs, .jsx, .tsx
|
||||
entrypoint = "./functions/openai-webhook-responses/index.ts"
|
||||
# Specifies static files to be bundled with the function. Supports glob patterns.
|
||||
# For example, if you want to serve static HTML pages in your function:
|
||||
# static_files = [ "./functions/openai-webhook-responses/*.html" ]
|
||||
>>>>>>> d7312d2ab35d71953572b570595b84cab1804dfc
|
||||
|
||||
Reference in New Issue
Block a user