Made the url validator not accept urls from the website

This commit is contained in:
xemeds
2020-07-20 16:53:18 +00:00
parent c1079b6d2b
commit c5f3f5a8c4
5 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
"WEBSITE_DOMAIN":"127.0.0.1:5000",
"SECRET_KEY": "SECRET_KEY",
"SQLALCHEMY_DATABASE_URI": "sqlite:///database.db"
}