mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
Add: Docker start-dev script
This commit is contained in:
@@ -2,6 +2,8 @@ DB_USER="my_user"
|
||||
DB_PASSWORD=""
|
||||
DB_DATABASE="my-links"
|
||||
|
||||
DATABASE_URL="mysql://${DB_USER}:${DB_PASSWORD}@localhost:3306/${DB_DATABASE}"
|
||||
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_URL_INTERNAL=http://localhost:3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user