include const for username and password for use in dev

This commit is contained in:
Yordan Suarez
2022-07-24 02:45:05 -04:00
parent a784fd314a
commit 4caa8ce8ac
2 changed files with 11 additions and 3 deletions

View File

@@ -47,3 +47,6 @@ If you have any issues with this you need to open an issue here:
{ISSUE_URL}
-------------------------------------------------------------------
"""
DEFAULT_CONF_USERNAME = ""
DEFAULT_CONF_PASSWORD = ""