Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 15, 2024
1 parent a2d4c49 commit 09d321e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
DB=pg
DB_NAME=lucid_slugify

MYSQL_HOST=mysql
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=virk
MYSQL_PASSWORD=password

MYSQL_LEGACY_HOST=mysql_legacy
MYSQL_LEGACY_HOST=localhost
MYSQL_LEGACY_PORT=3306
MYSQL_LEGACY_USER=virk
MYSQL_LEGACY_PASSWORD=password

PG_HOST=pg
PG_HOST=localhost
PG_PORT=5432
PG_USER=virk
PG_PASSWORD=password

MSSQL_SERVER=mssql
MSSQL_SERVER=localhost
MSSQL_USER=sa
MSSQL_PASSWORD=arandom&233password

0 comments on commit 09d321e

Please sign in to comment.