Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ViaResto-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aymeric Chaumont
ViaResto-website
Merge requests
!39
auth
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
auth
implement_auth
into
main
Overview
0
Commits
4
Pipelines
8
Changes
1
Merged
auth
Antoine Gaudron-Desjardins
requested to merge
implement_auth
into
main
Jul 13, 2022
Overview
0
Commits
4
Pipelines
8
Changes
1
0
0
Merge request reports
Viewing commit
0fc66c2c
Prev
Next
Show latest version
1 file
+
14
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0fc66c2c
fix template
· 0fc66c2c
Antoine Gaudron-Desjardins
authored
Jul 13, 2022
backend/.env.template
+
14
−
9
View file @ 0fc66c2c
Edit in single-file editor
Open in Web IDE
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