mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-17 20:53:00 -06:00
[feature] Add log-db-queries config option (#465)
This commit is contained in:
parent
e74ec70dbf
commit
094f032f74
11 changed files with 43 additions and 15 deletions
|
|
@ -21,6 +21,7 @@ package config
|
|||
// Values contains contains the type of each configuration value.
|
||||
type Values struct {
|
||||
LogLevel string
|
||||
LogDbQueries bool
|
||||
ApplicationName string
|
||||
ConfigPath string
|
||||
Host string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue