mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
More missed references to appsettings.json
This commit is contained in:
@@ -26,6 +26,7 @@ src/DMAPI
|
||||
src/Tgstation.Server.Host/ClientApp
|
||||
src/Tgstation.Server.Host/wwwroot
|
||||
src/Tgstation.Server.Host/appsettings.Development.json
|
||||
src/Tgstation.Server.Host/appsettings.Development.yml
|
||||
src/Tgstation.Server.Host/tgs.bat
|
||||
src/Tgstation.Server.Host/tgs.sh
|
||||
src/Tgstation.Server.Client
|
||||
|
||||
@@ -197,7 +197,7 @@ OAuth providers are hardcoded but it is fairly easy to add new ones. The flow do
|
||||
1. Create an implementation of [IOAuthValidator](../src/Tgstation.Server.Host/Security/OAuth/IOAuthValidator.cs).
|
||||
- Most providers can simply override the [GenericOAuthValidator](../src/Tgstation.Server.Host/Security/OAuth/GenericOAuthValidator.cs).
|
||||
1. Construct the implementation in the [OAuthProviders](../src/Tgstation.Server.Host/Security/OAuth/OAuthProviders.cs) class.
|
||||
1. Add a null entry to the default [appsettings.json](../src/Tgstation.Server.Host/appsettings.json).
|
||||
1. Add a null entry to the default [appsettings.yml](../src/Tgstation.Server.Host/appsettings.yml).
|
||||
1. Update the main [README.md](../README.md) to indicate the new provider.
|
||||
1. Update the [API documentation](../docs/API.dox) to indicate the new provider.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace Tgstation.Server.Host.Setup
|
||||
public enum SetupWizardMode
|
||||
{
|
||||
/// <summary>
|
||||
/// Run the wizard if the appsettings.{Environment}.json is not present or empty.
|
||||
/// Run the wizard if the appsettings.{Environment}.yml is not present or empty.
|
||||
/// </summary>
|
||||
Autodetect,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user