This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # You can leave this on "local". If you change it to production most console commands will ask for extra confirmation. | |
| # Never set it to "testing". | |
| APP_ENV=local | |
| # Set to true if you want to see debug information in error screens. | |
| APP_DEBUG=false | |
| # This should be your email address | |
| SITE_OWNER=foxtrek64@example.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Discord; | |
| using Discord.Commands; | |
| using FoxBot.App.Configurations; | |
| using FoxBot.App.Modules.System.PreconditionAttributes; | |
| using FoxBot.Core.Enums; | |
| using FoxBot.Core.Interfaces; | |
| using FoxBot.Core.Utilities; | |
| using NodaTime; | |
| using System; | |
| using System.Collections.Generic; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Discord; | |
| using Discord.Commands; | |
| using FoxBot.App.Configurations; | |
| using FoxBot.App.Modules.System.PreconditionAttributes; | |
| using FoxBot.Core.Enums; | |
| using FoxBot.Core.Interfaces; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace FoxBot.App.Modules.System.Commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-08-05 00:41:09,055 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final | |
| 2018-08-05 00:41:09,555 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1 | |
| 2018-08-05 00:41:09,899 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final) starting | |
| 2018-08-05 00:41:09,899 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties: | |
| awt.toolkit = sun.awt.windows.WToolkit | |
| com.ibm.jsse2.overrideDefaultTLS = true | |
| file.encoding = Cp1252 | |
| file.encoding.pkg = sun.io | |
| file.separator = \ | |
| java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows PowerShell | |
| Copyright (C) 2016 Microsoft Corporation. All rights reserved. | |
| PS C:\Windows\system32> aerobase-ctl reconfigure | |
| Starting Chef Client, version 14.2.0 | |
| resolving cookbooks for run list: ["aerobase"] | |
| Synchronizing Cookbooks: | |
| - aerobase (1.2.0) | |
| - package (0.0.0) | |
| - enterprise (0.11.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-07-12 01:46:49,365 16844 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install docfx -y | |
| 2018-07-12 01:46:49,367 16844 [DEBUG] - Received arguments: install docfx -y | |
| 2018-07-12 01:46:49,433 16844 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage. | |
| 2018-07-12 01:46:49,440 16844 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers... | |
| 2018-07-12 01:46:49,451 16844 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed... | |
| 2018-07-12 01:46:49,530 16844 [DEBUG] - The source 'https://chocolatey.org/api/v2/' evaluated to a 'normal' source type | |
| 2018-07-12 01:46:49,532 16844 [DEBUG] - | |
| NOTE: Hiding sensitive configuration data! Please double and triple | |
| check to be sure no sensitive data is shown, especially if copying | |
| output to a gist for review. |
NewerOlder