1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-01-05 10:42:51 +01:00
Discord-History-Tracker/app/Server/SessionSettings.cs
2023-07-21 18:47:21 +02:00

4 lines
98 B
C#

namespace DHT.Server;
public sealed record SessionSettings(int ServerPort, string ServerToken);