feat: automation chatwoot

This commit is contained in:
Davidson Gomes
2023-07-13 15:39:40 -03:00
parent 3e13ae9740
commit 8622e1e4ff
5 changed files with 141 additions and 43 deletions

View File

@@ -1,3 +1,5 @@
SERVER_URL='<url>' # ex.: http://localhost:3333
CORS_ORIGIN='*' # Or separate by commas - ex.: 'yourdomain1.com, yourdomain2.com'
CORS_METHODS='POST,GET,PUT,DELETE'
CORS_CREDENTIALS=true