We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d4a09 commit 8e9369dCopy full SHA for 8e9369d
.env.example
@@ -1,5 +1,5 @@
1
-FLASK_ENV=development
2
-DBNAME=<database name>
3
-DBHOST=<database-hostname>
4
-DBUSER=<db-user-name>
5
-DBPASS=<db-password>
+FLASK_DEBUG=True
+DBNAME=app
+DBHOST=localhost
+DBUSER=app_user
+DBPASS=app_password
0 commit comments