Skip to content

Commit

Permalink
ci-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispenGari committed Feb 8, 2024
1 parent a7c1c96 commit 04797ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dataloom/keys.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
push = False
push = True


class PgConfig:
Expand All @@ -14,8 +14,8 @@ class PgConfig:

class MySQLConfig:
if push:
password = "root"
database = "test"
password = "testrootpass"
database = "testdb"
user = "root"
else:
database = "hi"
Expand Down

0 comments on commit 04797ce

Please sign in to comment.