From ee79cd9dab555f3a3d38ecc15041faec5b22aa34 Mon Sep 17 00:00:00 2001 From: cheveguerra Date: Sat, 7 Jan 2023 23:46:07 -0600 Subject: [PATCH] cambio en gitignore para conservar .env --- .env | 15 +++++++++++++++ .gitignore | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..fbf408e --- /dev/null +++ b/.env @@ -0,0 +1,15 @@ +######DATABASE: none, mysql, dialogflow + +DEFAULT_MESSAGE=true +SAVE_MEDIA=true +PORT=3004 +DATABASE=none +LANGUAGE=es +SQL_HOST= +SQL_USER= +SQL_PASS= +SQL_DATABASE= +KEEP_DIALOG_FLOW=false +MULTI_DEVICE=true +DIALOGFLOW_MEDIA_FOR_SLOT_FILLING=false +GDRIVE_FOLDER_ID= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4a4afc4..53a9edb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ media/* mediaSend/* !mediaSend/.gitkeep !mediaSend/nota-de-voz.mp3 -.env .wwebjs_auth backup backup/* \ No newline at end of file