Commit 5c8ed37c authored by nayan's avatar nayan

database

parent 604f3cad
Pipeline #5409 canceled with stages
...@@ -5,6 +5,8 @@ from sqlalchemy.orm import sessionmaker ...@@ -5,6 +5,8 @@ from sqlalchemy.orm import sessionmaker
# DATABASE_URL = "mssql+pyodbc://:Nayan2000#!!@localhost,14330\SQLEXPRESS02,14330/pizza_delivery?driver=ODBC+Driver+17+for+SQL+Server" # DATABASE_URL = "mssql+pyodbc://:Nayan2000#!!@localhost,14330\SQLEXPRESS02,14330/pizza_delivery?driver=ODBC+Driver+17+for+SQL+Server"
server = 'icubesqlserver.database.windows.net' server = 'icubesqlserver.database.windows.net'
database = 'aact_db' database = 'aact_db'
username = 'icubesqlserver' username = 'icubesqlserver'
password = 'Icube%40345678' password = 'Icube%40345678'
driver = 'ODBC+Driver+17+for+SQL+Server' # Adjust the driver based on your setup driver = 'ODBC+Driver+17+for+SQL+Server' # Adjust the driver based on your setup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment