Spaces:
Sleeping
Sleeping
Gouzi Mohaled
commited on
Commit
·
adf7147
1
Parent(s):
24e69f1
ajout du fichier .env export-ignore dans .gitattributes
Browse files- .env +56 -0
- .gitattributes +1 -0
.env
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
SUPABASE_URL=https://skvdyumfzjcqoiszfvfc.supabase.co
|
2 |
+
SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InNrdmR5dW1mempjcW9pc3pmdmZjIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Mjg1OTcxNTcsImV4cCI6MjA0NDE3MzE1N30.r9Ktl9wmeSQ0QBiHs1awyTmBNfhcGZuhQLo8yHcFSx0
|
3 |
+
JWT_SECRET=VyFF4VyMudHOGUL3RNdO4dp8mf+6tIiWtYZ0ihxm8Av2M5zk3SeG0L7tS+5i73Tm+Iaoq/LsbJnerzqlVVEUfw==
|
4 |
+
#variable postgres supabase pour flowise
|
5 |
+
#DATABASE_TYPE=postgres
|
6 |
+
#DATABASE_PORT=6543
|
7 |
+
#DATABASE_HOST=aws-0-eu-west-3.pooler.supabase.com
|
8 |
+
#DATABASE_NAME=postgres
|
9 |
+
#DATABASE_USER=postgres.rypqhvdchvsqzieoyepr
|
10 |
+
#DATABASE_PASSWORD=reztilop24
|
11 |
+
#PGSSLMODE=require
|
12 |
+
# API des assistants (chatflow)
|
13 |
+
FLOWISE_API_URL_SANTE=http://flowise:3000/api/v1/prediction/472db20d-eeb2-490e-aed3-b122ab8839aa
|
14 |
+
FLOWISE_API_URL_CAR=http://flowise:3000/api/v1/prediction/88c0ea8a-e52a-4497-bc8d-86913a8331dd
|
15 |
+
FLOWISE_API_URL_BTP=http://flowise:3000/api/v1/prediction/5a910894-a1b0-4bda-9182-daa465fec9df
|
16 |
+
FLOWISE_API_URL_RH=http://flowise:3000/api/v1/prediction/99132b4f-0f59-4231-a90e-24333613485c
|
17 |
+
FLOWISE_API_URL_PILOTAGE=http://flowise:3000/api/v1/prediction/fe587466-bb1b-4c8a-bfa3-31173f80c682
|
18 |
+
#===============================================
|
19 |
+
#Authentification flowise
|
20 |
+
#-----------------------------------------------
|
21 |
+
FLOWISE_USERNAME=lorenzo24
|
22 |
+
FLOWISE_PASSWORD=reztilop24
|
23 |
+
# pas nécessaire pour l'instant
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
# ===============================================
|
28 |
+
# GMAIL SMTP CONFIGURATION
|
29 |
+
# -----------------------------------------------
|
30 |
+
# Accès à compte Gmail via SMTP :
|
31 |
+
# 1. Allez sur votre compte Google
|
32 |
+
# 2. Accédez à Sécurité
|
33 |
+
# 3. Activez la "Validation en deux étapes" si ce n'est pas déjà fait
|
34 |
+
# 4. Recherchez "Mots de passe des applications"
|
35 |
+
# 5. Générez un nouveau mot de passe d'application :
|
36 |
+
# - Sélectionnez "Application" -> "Autre (nom personnalisé)"
|
37 |
+
# - Donnez un nom (ex: Colibri AI)
|
38 |
+
# - Google générera un mot de passe de 16 caractères
|
39 |
+
# ===============================================
|
40 |
+
|
41 |
+
EMAIL_HOST=smtp.gmail.com
|
42 |
+
EMAIL_PORT=587
|
43 | |
44 |
+
EMAIL_HOST_USER_PASSWORD=fdfk bufa uxxe tjqz
|
45 | |
46 |
+
APP_URL=http://localhost:8501/
|
47 |
+
|
48 |
+
# ===============================================
|
49 |
+
# Redis configuration
|
50 |
+
REDIS_HOST=frankfurt-redis.render.com
|
51 |
+
REDIS_PORT=6379
|
52 |
+
REDIS_USERNAME=red-ct36n1l2ng1s739oaing
|
53 |
+
REDIS_PASSWORD=XYxiEju6gwoRPRTSyXwbEDrMgIbagZt0
|
54 |
+
#name: streamlitApp
|
55 |
+
#qdrant
|
56 |
+
QDRANT_URL=http://qdrant:6333
|
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
.env export-ignore
|