23 lines
455 B
Bash
23 lines
455 B
Bash
GOOGLE_CLIENT_ID=164998630411-i53dmn6cjibjv7o2llq32fn2hb1cdcnm.apps.googleusercontent.com
|
|
GOOGLE_CLIENT_SECRET=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
|
|
GOOGLE_CALLBACK_URL=http://localhost:3000/persona/google/callback
|
|
|
|
JWT_SECRET=superSecreto
|
|
JWT_EXPIRES_IN=3600s
|
|
|
|
DB_MONEDERO_HOST=
|
|
DB_MONEDERO_PORT=
|
|
DB_MONEDERO_USER=
|
|
DB_MONEDERO_PASS=
|
|
DB_MONEDERO_NAME=
|
|
|
|
DB_AT_HOST=
|
|
DB_AT_PORT=
|
|
DB_AT_USER=
|
|
DB_AT_PASSWORD=
|
|
DB_AT_NAME=
|
|
|
|
FRONTEND_URL=
|
|
|
|
USER=pruebas
|
|
PASS=123456 |