Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Flask
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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ethan2.Clay@live.uwe.ac.uk
Flask
Commits
256dfde0
Unverified
Commit
256dfde0
authored
3 months ago
by
Ethan2.Clay@live.uwe.ac.uk
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update .env database user as should not be root
parent
2a682ca7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env-example
+2
-2
2 additions, 2 deletions
.env-example
with
2 additions
and
2 deletions
.env-example
+
2
−
2
View file @
256dfde0
DEVELOPMENT_MODE=True
DEVELOPMENT_MODE=True
DATABASE_HOST=database
DATABASE_HOST=database
#If using pydebug you will need to use 127.0.0.1
#If using pydebug you will need to use 127.0.0.1
DATABASE_USER=
root
DATABASE_USER=
user
DATABASE_PASSWORD=password1
DATABASE_PASSWORD=password1
DATABASE_NAME=database
DATABASE_NAME=database
SECRET_KEY=fsodfhiosdfhdsiofh34903urwej09jf
SECRET_KEY=fsodfhiosdfhdsiofh34903urwej09jf
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment