Skip to content
Snippets Groups Projects

auth

1 file
+ 14
9
Compare changes
  • Side-by-side
  • Inline
MYSQL_DATABASE=eatfast
MYSQL_USER=user
MYSQL_PASSWORD=password
MYSQL_ROOT_PASSWORD=rootpassword
DB_HOST=localhost
DB_PORT=3306
WEB_ROOT=http://localhost:3000
\ No newline at end of file
MYSQL_DATABASE=
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_ROOT_PASSWORD=
DB_HOST=localhost
DB_PORT=3306
CLIENT_ID=
CLIENT_SECRET=
API_ROOT=http://localhost:3001/api
WEB_ROOT=http://localhost:3000
AUTH_ROOT=https://auth.viarezo.fr
\ No newline at end of file
Loading