mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Very initial beginning of languages implementation
This commit is contained in:
parent
cf53d27615
commit
ba77a95c81
4 changed files with 26 additions and 1 deletions
|
|
@ -167,6 +167,11 @@ type Config struct {
|
|||
ConnectionThrottler connection_limits.ThrottlerConfig `yaml:"connection-throttling"`
|
||||
}
|
||||
|
||||
Languages struct {
|
||||
Enabled bool
|
||||
Path string
|
||||
}
|
||||
|
||||
Datastore struct {
|
||||
Path string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue