You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,11 @@ Otherwise use DB_URI or DB_*. DB_URI takes precedence:
23
23
24
24
| Section | Variable Name | Default | Details |
25
25
| --- | --- | --- | --- |
26
+
| Flask ||||
27
+
|| CREATE_FLASK_DB | true | Automatically create database tables for app. Won't overwrite your DB when container is restarted based on presence of /var/www/flask/.bootstrap |
28
+
| User Info ||||
29
+
|| PROJECT_NAME | Flask Template | Name you would like to show up in the templates |
30
+
|| USER_EMAIL |contact@example.com| Email to provide in the `contact` link (`mailto:$USER_EMAIL`) |
0 commit comments