Skip to content

Commit

Permalink
fixing another thing
Browse files Browse the repository at this point in the history
  • Loading branch information
upkarlidder committed Dec 11, 2020
1 parent 5f1dd27 commit 2bdf199
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions util/MicroBites.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@
SQLALCHEMY_DATABASE_URI = ("mysql+pymysql://"+ os.getenv('MARIADB_USERNAME')
+":"+ os.getenv("MARIADB_PASSWORD")
+"@"+ os.getenv("MARIADB_HOST")
<<<<<<< HEAD:util/MicroBites.py
+":" + str(os.getenv("MARIADB_PORT"))
=======
+":3223"
>>>>>>> 3c39a836ed0520fb6a0385852f6f9cfacc316174:util/MicroBytes.py
+":" + str(os.getenv("MARIADB_HOST"))
+"/prometeo")

DB_ENGINE = sqlalchemy.MetaData(SQLALCHEMY_DATABASE_URI).bind
Expand Down

0 comments on commit 2bdf199

Please sign in to comment.