mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 00:12:25 -05:00
add mediaconfig
This commit is contained in:
parent
95ab3e0617
commit
033844c65f
2 changed files with 25 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ type Config struct {
|
|||
DBConfig *DBConfig `yaml:"db"`
|
||||
TemplateConfig *TemplateConfig `yaml:"template"`
|
||||
AccountsConfig *AccountsConfig `yaml:"accounts"`
|
||||
MediaConfig *MediaConfig `yaml:"media"`
|
||||
}
|
||||
|
||||
// FromFile returns a new config from a file, or an error if something goes amiss.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue