mirror of
https://github.com/thebreaddev/Supercell.GUT.git
synced 2024-11-10 07:44:37 +00:00
281d2789ea
not finished. early wip state
7 lines
203 B
C#
7 lines
203 B
C#
namespace Supercell.GUT.Server.Database.Options;
|
|
|
|
public class DatabaseOptions
|
|
{
|
|
public required string MongoConnectionString { get; set; }
|
|
public required string DatabaseName { get; set; }
|
|
}
|