Added mongodb as database
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Prospect.Server.Api.Config
|
||||
{
|
||||
public class PlayFabSettings
|
||||
{
|
||||
public string PublisherId { get; set; }
|
||||
public string TitleId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user