Skip to content

Commit

Permalink
delete env
Browse files Browse the repository at this point in the history
  • Loading branch information
thaian1234 committed Aug 25, 2024
1 parent 2b81d86 commit 9be6cd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Database
DB_USER=root
DB_NAME=livestream
DB_PASSWORD=secret
DB_HOST=localhost
DB_URL=postgres://root:secret@localhost:5432/livestream
DB_USER=
DB_NAME=
DB_PASSWORD=
DB_HOST=
DB_URL=

# URL
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_APP_URL=

# Settings
# NODEJS_HELPERS=0

0 comments on commit 9be6cd3

Please sign in to comment.