Skip to content

Instantly share code, notes, and snippets.

@axemastabloggists
Created August 14, 2018 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axemastabloggists/37b9a32c72d8de34ef25965b0c7256cf to your computer and use it in GitHub Desktop.
Save axemastabloggists/37b9a32c72d8de34ef25965b0c7256cf to your computer and use it in GitHub Desktop.
Data Persistence Properties Blog - Gist 4
public class SettingsConstants
{
public const string RedirectUrlKey = "redirecturl";
public const string RedirectUrlDefault = "www.alexduffell.wordpress.com/api";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment