We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdc40b commit 9b9255fCopy full SHA for 9b9255f
src/sync-signals-with-metadata.py
@@ -12,7 +12,7 @@
12
13
SQLALCHEMY_DATABASE_URI = os.environ.get(
14
"SQLALCHEMY_DATABASE_URI",
15
- "mysql+mysqlconnector://root:Njcnth_1234@localhost:3306/mysql_database",
+ "mysql+mysqlconnector://root:ROOT_PASSWORD@localhost:3306/mysql_database",
16
)
17
engine: Engine = create_engine(
18
SQLALCHEMY_DATABASE_URI, execution_options={"engine_id": "default"}
0 commit comments