mirror of
https://gitee.com/xiarenalofs/squad-rain-ops-mini.git
synced 2026-08-09 22:55:57 +08:00
Initial commit: add RainOpsMini project and documentation
This commit is contained in:
7
SteamTimeQuery/AppConfig.cs
Normal file
7
SteamTimeQuery/AppConfig.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace SteamTimeQuery;
|
||||
|
||||
public class AppConfig
|
||||
{
|
||||
public int Port { get; set; } = 5000;
|
||||
public string ApiKey { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user