diff --git a/backend-app/.env.template b/backend-app/.env.template new file mode 100644 index 0000000..3575189 --- /dev/null +++ b/backend-app/.env.template @@ -0,0 +1,2 @@ +APP_CONFIG__DB__URL = mssql+aioodbc://sa:159357@127.0.0.1:1433/test_db?driver=ODBC+Driver+17+for+SQL+Server +APP_CONFIG__RUN__PORT = 8080 \ No newline at end of file