Added example config
This commit is contained in:
		
							
								
								
									
										27
									
								
								src/gismo/config/appsettings.example.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								src/gismo/config/appsettings.example.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | ||||
| { | ||||
|   "TimeFormatSettings": { | ||||
|     "DateFormat": "%Y-%m-%d", | ||||
|     "TimeFormat": "%H:%M:%S", | ||||
|     "DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f", | ||||
|     "DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S" | ||||
|   }, | ||||
|   "LoggingSettings": { | ||||
|     "Path": "logs/", | ||||
|     "Filename": "log_$start_time.log", | ||||
|     "ConsoleLogLevel": "ERROR", | ||||
|     "FileLogLevel": "WARN" | ||||
|   }, | ||||
|   "Discord": { | ||||
|     "Token": "" | ||||
|   }, | ||||
|   "Bot": { | ||||
|     "Prefix": "!g", | ||||
|     "Servers": [ | ||||
|       { | ||||
|         "Id": "", | ||||
|         "MessageDeleteTimer": 2, | ||||
|         "BotHasNoPermissionMessage": "" | ||||
|       } | ||||
|     ] | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user