mirror of https://github.com/abpframework/abp.git
5 changed files with 16 additions and 67 deletions
@ -1,6 +0,0 @@ |
|||||
@page |
|
||||
@model VoloDocs.Pages.ConfigureModel |
|
||||
@{ |
|
||||
} |
|
||||
|
|
||||
CONFIGURE |
|
||||
@ -1,16 +0,0 @@ |
|||||
using System; |
|
||||
using System.Collections.Generic; |
|
||||
using System.Linq; |
|
||||
using System.Threading.Tasks; |
|
||||
using Microsoft.AspNetCore.Mvc; |
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages; |
|
||||
|
|
||||
namespace VoloDocs.Pages |
|
||||
{ |
|
||||
public class ConfigureModel : PageModel |
|
||||
{ |
|
||||
public void OnGet() |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
@ -1,5 +1,5 @@ |
|||||
{ |
{ |
||||
"ConnectionString": "Server=localhost;Database=VoloDocs;Trusted_Connection=True;MultipleActiveResultSets=true", |
"ConnectionString": "Server=localhost;Database=VoloDocsNew;Trusted_Connection=True;MultipleActiveResultSets=true", |
||||
"Title": "Volo Documents", |
"Title": "Volo Documents", |
||||
"LogoUrl": "/Assets/Images/Logo.png" |
"LogoUrl": "/Assets/Images/Logo.png" |
||||
} |
} |
||||
Loading…
Reference in new issue