Provide full path for example sqlite path (#217)
The Dockerfile currently creates a directory at /var/local/shynet/db/. The `DB_NAME` in the example file caused migrations to fail as a result.
This commit is contained in:
parent
204be741e1
commit
d75008a34f
@ -11,7 +11,7 @@ DB_PORT=5432
|
||||
|
||||
# Database settings (SQLite) - comment PostgreSQL settings
|
||||
# SQLITE=True
|
||||
# DB_NAME=/var/local/shynet/db
|
||||
# DB_NAME=/var/local/shynet/db/db.sqlite3
|
||||
|
||||
# Email settings (optional)
|
||||
EMAIL_HOST_USER=example
|
||||
|
Loading…
Reference in New Issue
Block a user