Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit b01388e

Browse files
committed
refactor(root) => Adjust .env contents
1 parent a8526d8 commit b01388e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
NODE_ENV=development
22

3+
DATABASE_CLIENT=mysql2
4+
DATABASE_USERNAME=vim
5+
DATABASE_PASSWORD=super-secret
6+
DATABASE_PORT=3306
7+
DATABASE_SSL=false
8+
39
WEB_DATABASE_NAME=vim
410
NEXT_PRIVATE_STANDALONE=true
511
NEXTAUTH_SECRET=testsecret

0 commit comments

Comments
 (0)