Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schilder2000
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
schilder
schilder2000
Commits
49072b8e
Commit
49072b8e
authored
6 months ago
by
Thomas Schneider
Browse files
Options
Downloads
Patches
Plain Diff
examples/config: Formatting
parent
b1f1d144
Branches
Branches containing commit
Tags
0.2.0
Tags containing commit
No related merge requests found
Pipeline
#7009
passed
6 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/config/config.py
+4
-1
4 additions, 1 deletion
examples/config/config.py
with
4 additions
and
1 deletion
examples/config/config.py
+
4
−
1
View file @
49072b8e
...
...
@@ -10,9 +10,12 @@ SQLALCHEMY_DATABASE_URI = "postgresql+psycopg:///schilder2000"
# SQLALCHEMY_DATABASE_URI = "sqlite:///data/schilder2000.db" # Relative to instance directory
# SQLALCHEMY_DATABASE_URI = "mysql:///schilder2000"
# To generate a secret key:
# % python -c 'import secrets; print(secrets.token_hex())'
# SECRET_KEY = ... # Replace me!
TEMPLATES_AUTO_RELOAD
=
True
SCHILD_FOOTER
=
"
Organization Without a Cool Acronym – O.W.C.A.
"
...
...
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