-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.config
More file actions
19 lines (18 loc) · 1.08 KB
/
Copy pathApp.config
File metadata and controls
19 lines (18 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<add name="DefaultConnection" connectionString="Server=tcp:modsi-project.database.windows.net,1433;Initial Catalog=modsi-project;Persist Security Info=False;User Id=MODSIPROJECT;Password=#modsi2025;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="owin:AutomaticAppStartup" value="true"/>
<add key="3DPoints_DBName" value="Pontos3D"/>
<add key="Users_DBName" value="Users"/>
<add key="Roles_DBName" value="Roles"/>
<add key="Groups_DBName" value="Groups"/>
<add key="PasswordResetPageLink" value="https://modsivr.pt/passwordreset/"/>
<add key="UserVerificationPageLink" value ="https://modsivr.pt/emailverification/"/>
<add key="API_Endpoint" value="https://modsi-api-ffhhfgecfdehhscv.spaincentral-01.azurewebsites.net"/>
<!-- API KEYS -->
<add key="Resend_APIKey" value="re_HrzNxipD_9FRWazn55wDCCUoYBv8WmspT"/>
</appSettings>
</configuration>