11 lines
126 B
Bash
11 lines
126 B
Bash
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_NAME=Utilisateurs
|
|
DB_USER=python
|
|
DB_PASSWORD=wolaouais
|
|
|
|
DB_CHARSET=utf8mb4
|
|
DB_POOL_SIZE=5
|