Skip to content

Commit e9240aa

Browse files
committed
Add microsoft integration
1 parent 402a7f2 commit e9240aa

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Created by https://www.linkedin.com/in/przemek2122/ 2026
2+
3+
#pragma once
4+
5+
#include "CrowAppEndpoint.h"
6+
7+
class FAccountEndpoint : public FCrowAppEndpoint
8+
{
9+
public:
10+
FAccountEndpoint(FProjectEngine* InProjectEngine = nullptr);
11+
12+
void RegisterRoutes(crow::App<FCrowAppMiddleware>& App) override;
13+
};
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
# Database connections env vars
4+
export SQRLL_COMM_DB_HOST=127.0.0.1
5+
export SQRLL_COMM_DB_PORT=3306
6+
export SQRLL_COMM_DB_DBNAME=sqrllapitest
7+
export SQRLL_COMM_DB_USER=commapisqrllusertest
8+
export SQRLL_COMM_DB_PASSWORD=

0 commit comments

Comments
 (0)