mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
17 lines
387 B
Bash
17 lines
387 B
Bash
DB_USER="my_user"
|
|
DB_PASSWORD=""
|
|
DB_DATABASE="my-links"
|
|
|
|
# Or if you need external Database
|
|
# DATABASE_IP="localhost"
|
|
# DATABASE_PORT="3306"
|
|
# DATABASE_URL="mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@${DATABASE_IP}:${DATABASE_PORT}/${MYSQL_DATABASE}"
|
|
|
|
NEXTAUTH_URL=http://localhost:3000
|
|
NEXTAUTH_URL_INTERNAL=http://localhost:3000
|
|
|
|
NEXTAUTH_SECRET=
|
|
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|