Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
eac97499
Commit
eac97499
authored
Oct 18, 2018
by
Mathieu Giraud
Committed by
Vidjil Team
Oct 18, 2018
Browse files
vidjil-server/conf/defs.py: comments
parent
72758624
Pipeline
#44605
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/vidjil-server/conf/defs.py
View file @
eac97499
...
...
@@ -10,8 +10,10 @@ FROM_EMAIL = 'notifications@vidjil.org'
ADMIN_EMAILS
=
[
'notifications@vidjil.org'
]
### address for the sql database
###
DB_ADDRESS
=
'sqlite://storage.sqlite'
### sqlite (not recommended)
# DB_ADDRESS = 'sqlite://storage.sqlite'
### mysql, with password (to be also set in mysql/create_db.sql)
DB_ADDRESS
=
'mysql://vidjil:rootpass@mysql/vidjil'
DB_POOL_SIZE
=
4
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment