mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
# node ace generate:key
|
|
APP_KEY=soY8ZAtItT_fCkNUADfgffZUUo675lOj
|
|
TZ=UTC
|
|
PORT=3333
|
|
HOST=localhost
|
|
LOG_LEVEL=info
|
|
NODE_ENV=development
|
|
SESSION_DRIVER=cookie
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=5432
|
|
DB_USER=root
|
|
DB_PASSWORD=root
|
|
DB_DATABASE=app
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
GOOGLE_CLIENT_CALLBACK_URL=http://localhost:3333/auth/callback
|