2020-12-19 19:14:40 -05:00
|
|
|
namespace auto_creamapi.Utils
|
|
|
|
{
|
|
|
|
/// <summary>
|
2020-12-28 09:27:37 -05:00
|
|
|
/// To use this:
|
|
|
|
/// Rename file Secrets.EXAMPLE.cs to Secrets.cs
|
|
|
|
/// Rename class Secrets_REMOVETHIS to Secrets
|
|
|
|
/// Enter the relevant info below
|
2020-12-19 19:14:40 -05:00
|
|
|
/// </summary>
|
2023-12-23 13:23:14 -05:00
|
|
|
public static class Secrets_REMOVETHIS
|
2020-12-19 19:14:40 -05:00
|
|
|
{
|
2023-12-23 13:23:14 -05:00
|
|
|
public const string ForumUsername = "Enter username here";
|
|
|
|
public const string ForumPassword = "Enter password here";
|
2020-12-19 19:14:40 -05:00
|
|
|
}
|
|
|
|
}
|