auto-creamapi-2/auto-creamapi/Utils/Secrets.EXAMPLE.cs

14 lines
438 B
C#

namespace auto_creamapi.Utils
{
/// <summary>
/// To use this:
/// Rename file Secrets.EXAMPLE.cs to Secrets.cs
/// Rename class Secrets_REMOVETHIS to Secrets
/// Enter the relevant info below
/// </summary>
public static class Secrets_REMOVETHIS
{
public const string ForumUsername = "Enter username here";
public const string ForumPassword = "Enter password here";
}
}