- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.config
More file actions
Latest commit
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>
<addname="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>
<addkey="owin:AutomaticAppStartup"value="true"/>
<addkey="3DPoints_DBName"value="Pontos3D"/>
<addkey="Users_DBName"value="Users"/>
<addkey="Roles_DBName"value="Roles"/>
<addkey="Groups_DBName"value="Groups"/>
<addkey="PasswordResetPageLink"value="https://modsivr.pt/passwordreset/"/>
<addkey="UserVerificationPageLink" value ="https://modsivr.pt/emailverification/"/>
<addkey="API_Endpoint"value="https://modsi-api-ffhhfgecfdehhscv.spaincentral-01.azurewebsites.net"/>
<!-- API KEYS -->
<addkey="Resend_APIKey"value="re_HrzNxipD_9FRWazn55wDCCUoYBv8WmspT"/>
</appSettings>
</configuration>