prepares a private chat
This commit is contained in:
parent
9de24782d5
commit
a789f5617c
15 changed files with 189 additions and 19 deletions
|
|
@ -19,11 +19,13 @@ namespace BookAStar
|
|||
public static readonly string UserInfoUrl = YavscApiUrl + "/me";
|
||||
public static readonly string BlogUrl = YavscApiUrl + "/blogs";
|
||||
public static readonly string FsUrl = YavscApiUrl + "/fs";
|
||||
public static readonly string SignalRHubsUrl = YavscHomeUrl + "/signalr/hubs";
|
||||
public static readonly string SignalRHubsUrl = YavscHomeUrl + "/api/signalr/hubs";
|
||||
#endregion
|
||||
|
||||
#region Permissions ids
|
||||
public static int AllowBeATarget = 1;
|
||||
#endregion
|
||||
|
||||
public static int CloudTimeout = 400;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue