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:
Jason A. Ribeiro 2022-08-27 17:28:37 -04:00 committed by GitHub
parent 204be741e1
commit d75008a34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ DB_PORT=5432
# Database settings (SQLite) - comment PostgreSQL settings # Database settings (SQLite) - comment PostgreSQL settings
# SQLITE=True # SQLITE=True
# DB_NAME=/var/local/shynet/db # DB_NAME=/var/local/shynet/db/db.sqlite3
# Email settings (optional) # Email settings (optional)
EMAIL_HOST_USER=example EMAIL_HOST_USER=example