-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (31 loc) · 908 Bytes
/
.env.example
File metadata and controls
37 lines (31 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ========================
# 🔐 SÉCURITÉ & AUTH
# ========================
# Secret key for jwt signature
SECRET_KEY=change-me-with-openssl-rand-hex-32
ACCESS_TOKEN_EXPIRE_MINUTES=in-minutes
# ========================
# 🗄️ BASE DE DONNÉES
# ========================
# Connexion PostgreSQL
BDD_NAME=bdd
BDD_USER=uruser
BDD_PASSWORD=urpassword
DATABASE_URL=postgresql+psycopg2://$BDD_USER:$BDD_PASSWORD@ip:5432/$BDD_NAME
# ========================
# 🏠 ENV
# ========================
ENV=ENV
# ========================
# ☁️ STORAGE MINIO
# ========================
# URL connexion for minio
MINIO_ENDPOINT=https://exemple.minio.fr
MINIO_PUBLIC_URL=https://exemple.minio.fr
MINIO_REGION=us-east-1
# Acces key for MinIO (user/password)
MINIO_ACCESS_KEY=minioadminuser
MINIO_SECRET_KEY=minioadminpassword
# name of the bucket
MINIO_BUCKET_PP=profile-pictures
MINIO_BUCKET_USERS=user-content