Skip to content

Commit

Permalink
Merge 3f261d3 into 3dc2b75
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Aug 14, 2019
2 parents 3dc2b75 + 3f261d3 commit 2599fc5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 772 deletions.
7 changes: 0 additions & 7 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
psql_user = json_settings["postgresUser"]
psql_pass = json_settings["postgresPass"]

# MySql settings
mysql_host = json_settings["mysqlHost"]
mysql_schema = json_settings["mysqlSchema"]
mysql_user = json_settings["mysqlUser"]
mysql_passwd = json_settings["mysqlPasswd"]
mysql_port = json_settings["mysqlPort"]

# e-mail config
mail_server = json_settings["mailServer"]
from_address = json_settings["fromAddress"]
Expand Down
303 changes: 0 additions & 303 deletions scripts/importer/data_importer/old_db.py

This file was deleted.

0 comments on commit 2599fc5

Please sign in to comment.