mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-23 14:51:41 +00:00
22 lines
380 B
YAML
22 lines
380 B
YAML
|
# THIS IS AN EXAMPLE CONFIG, RENAME THIS TO conf.yml TO USE
|
||
|
|
||
|
admin:
|
||
|
name: Real Person
|
||
|
username: User
|
||
|
email: real-email@some.place
|
||
|
|
||
|
upload:
|
||
|
allowed-extensions:
|
||
|
- png
|
||
|
- jpg
|
||
|
- jpeg
|
||
|
- webp
|
||
|
max-size: 69MB
|
||
|
rename: GWA_{{username}}_{{time}}
|
||
|
|
||
|
website:
|
||
|
name: OnlyLegs
|
||
|
motto: Gwa Gwa
|
||
|
language: english # Placeholder for future language support endevours
|
||
|
|