We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1caefb3 commit 2ec2badCopy full SHA for 2ec2bad
1 file changed
config/mysql.py
@@ -21,7 +21,7 @@
21
DB_NAME = os.getenv("DB_NAME")
22
MYSQL_HOST = os.getenv("MYSQL_HOST")
23
MYSQL_PASSWORD = os.getenv("MYSQL_PASSWORD")
24
-MYSQL_PORT = os.getenv("MYSQL_PORT")
+MYSQL_PORT = int(os.getenv("MYSQL_PORT"))
25
MYSQL_USERNAME = os.getenv("MYSQL_USERNAME")
26
27
# SQLAlchemy 설정
0 commit comments