Skip to content

Commit

Permalink
updated config & removed favicon.png placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
markentingh committed Dec 28, 2017
1 parent 420b9bb commit 381bdb3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion App/Core
2 changes: 1 addition & 1 deletion App/Page.cs
@@ -1,6 +1,6 @@
namespace Websilk
{
public class Page : global::Page
public class Page : Datasilk.Page
{
public User User;
public Website website = new Website();
Expand Down
2 changes: 1 addition & 1 deletion App/Service.cs
@@ -1,6 +1,6 @@
namespace Websilk
{
public class Service : global::Service
public class Service : Datasilk.Service
{
public User User;
public Website website = new Website();
Expand Down
12 changes: 5 additions & 7 deletions App/Services/Pages.cs
@@ -1,11 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace App.Services
namespace Websilk.Services
{
public class Pages
public class Pages : Service
{
public Pages(Core DatasilkCore) : base(DatasilkCore)
{
}
}
}
2 changes: 1 addition & 1 deletion App/config.json
Expand Up @@ -3,7 +3,7 @@
"environment": "development",
"data": {
"active": "SqlServerTrusted",
"SqlServerTrusted": "server=.\\SQL2017; database=Websilk; Trusted_Connection=true"
"SqlServerTrusted": "server=.\\SQL2016; database=Websilk; Trusted_Connection=true"
},
"encryption": {
"salt": "?",
Expand Down
Binary file removed App/wwwroot/images/favicon.png
Binary file not shown.

0 comments on commit 381bdb3

Please sign in to comment.