fix: Cleaning up the code base
This commit is contained in:
12
.env.sample
12
.env.sample
@@ -6,12 +6,12 @@ ENV=dev # dev, prod
|
||||
# =========================
|
||||
# DATABASE CONFIGURATION
|
||||
# =========================
|
||||
# URL de connexion SQLAlchemy
|
||||
# Pour PyMySQL (synchrone)
|
||||
DATABASE_URL=mysql+pymysql://user:password@localhost:3306/db_name
|
||||
|
||||
# Pour aiomysql (async)
|
||||
# DATABASE_URL=mysql+aiomysql://user:password@localhost:3306/mokpyo
|
||||
# connexion SQLAlchemy
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_PORT=3306
|
||||
DATABASE_USER=user
|
||||
DATABASE_PASSWORD=password
|
||||
DATABASE_NAME=mokpyo
|
||||
|
||||
# Pooling / Options SQLAlchemy (optionnel)
|
||||
# MAX_CONNECTIONS=10
|
||||
|
||||
Reference in New Issue
Block a user