Forgot to delete a few comments from the code (Nothing confidential/senstive just more annoying to look at than anything)

This commit is contained in:
Alan Bridgeman 2025-02-11 13:07:02 -06:00
parent b3b43329cd
commit 8a7771b2f3
4 changed files with 5 additions and 29 deletions

View file

@ -44,12 +44,7 @@ if __name__ == '__main__':
nosql_db_name = data['nosql']['dbName']
nosql_user = data['nosql']['user']
nosql_password = data['nosql']['password']
#activityProperties: activity
#eventProperties: eventProps
#localeProperties: locales
#organizerProperties: organizerProps
#userProperties: userProps
#templates: templates
tables = data['nosql']['tables']
cache_password = data['cache']['password']