diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-03 23:06:42 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-03 23:06:42 -0500 |
commit | 8ddb60cee636cc17291100c316df4786eb3bb448 (patch) | |
tree | ae86b8f6ccc482a913aeabe04b9a72dd2fa5d02e /src/SMAPI.Web/appsettings.json | |
parent | 2b1f607d41b3d4d071c0db0671dbc99b6982909f (diff) | |
download | SMAPI-8ddb60cee636cc17291100c316df4786eb3bb448.tar.gz SMAPI-8ddb60cee636cc17291100c316df4786eb3bb448.tar.bz2 SMAPI-8ddb60cee636cc17291100c316df4786eb3bb448.zip |
move supporter list into environment config
Diffstat (limited to 'src/SMAPI.Web/appsettings.json')
-rw-r--r-- | src/SMAPI.Web/appsettings.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json index b3567469..2e20b299 100644 --- a/src/SMAPI.Web/appsettings.json +++ b/src/SMAPI.Web/appsettings.json @@ -16,8 +16,9 @@ }, "Site": { - "BetaEnabled": null, - "BetaBlurb": null + "BetaEnabled": false, + "BetaBlurb": null, + "SupporterList": null }, "ApiClients": { |