diff --git a/.env.example b/.env.example index cd5bda4..f6e1d42 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -CINEMA_DB_HOST=dwarves.iut-fbleau.fr -CINEMA_DB_USER=foo -CINEMA_DB_PASSWORD=foo -CINEMA_DB_NAME=foo \ No newline at end of file +DB_HOST=dwarves.iut-fbleau.fr +DB_USER=foo +DB_PASSWORD=foo +DB_NAME=foo \ No newline at end of file