File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
server/apps/server-app/src/main/resources/config Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,7 @@ springdoc:
185185
186186bytechef :
187187 ai :
188- enabled : false
189188 openai :
190- api-key :
191189 chat :
192190 options :
193191 model : gpt-4o
@@ -215,8 +213,6 @@ bytechef:
215213 mail :
216214 base-url : ${bytechef.public-url}
217215218- host :
219- port : 25
220216 message-broker :
221217 # Messaging provider between Coordinator and Workers (amqp | jms | kafka | redis) default: jms
222218 provider : jms
@@ -231,8 +227,6 @@ bytechef:
231227 web : file:///opt/bytechef/client/
232228 security :
233229 content-security-policy : " default-src 'self'; frame-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.jsdelivr.net https://storage.googleapis.com; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; img-src 'self' data:; font-src 'self' data:; script-src: https://*.command.ai; frame-src: https://*.command.ai; img-src: https://*.command.ai; media-src: https://*.command.ai; connect-src: https://*.command.ai; style-src: https://*.command.ai;"
234- remember-me :
235- key :
236230 sign-up :
237231 temp-domain-list-url : # https://gist.githubusercontent.com/SimonHoiberg/f5a23b1fa3762330c8af1e9090918b63/raw/53963d0dbdd93c594fbc067cee95966156ee066b/temp-email-list.txt
238232 # Tenant support mode (single | multi - ee only) default: single
You can’t perform that action at this time.
0 commit comments