// Copyright Epic Games, Inc. All Rights Reserved. namespace HordeServerTests { /// /// Settings used for debug tests /// /// Put into a separate file to avoid accidental commit of credentials. /// public class DebugSettings { public static readonly string DbUsername = "username-not-set"; public static readonly string DbPassword = "password-not-set"; public static readonly string DbHostname = ""; } }