minor changes
This commit is contained in:
parent
cf3b13b53e
commit
bcbeb822ff
5 changed files with 5011 additions and 18 deletions
|
|
@ -4,6 +4,6 @@ namespace Yavsc.Server.Helpers
|
|||
{
|
||||
// FIXME BUG [fr] DependencyInjection Pourquoi ce champ ne pourrait pas devenir une propriété ?
|
||||
// : casse à l'execution d'un controlleur, se plaignant d'une valeur nule
|
||||
public static string ConnectionString = null;
|
||||
public static string ConnectionString = "Server=Your-Server-Adress;Port=5432;Database=YourDadabaseName;Username=YourDatabaseUserName;Password=YourPassword;";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue