[web] Shit I forgot to attach the default config file

This commit is contained in:
Emi Simpson 2021-10-30 12:23:38 -04:00
parent 2aeffefee5
commit 58d663c45f
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# This is the configuration for the pronouns.today web server
# The port the server should listen on
port: 1312
# A list of pronouns recognized by the server
#
# WARNING: When adding pronouns, only add pronouns to the bottom of the list, and do not
# remove pronouns. Doing so will break all of the prefstrings. Again, adding pronouns to
# the middle of the list, or removing from anywhere in the list will BREAK EVERYONE's
# PRONOUNS so DON'T DO IT.
#
# (except of course before you release)
pronoun_list:
- ["she", "her", "her", "hers", "herself" ]
- ["he", "him", "his", "his", "himself" ]
- ["they", "them", "their", "theirs", "themself" ]
- ["it", "it", "its", "its", "itself" ]
- ["xe", "xem", "xyr", "xyrs", "xemself" ]
- ["ze", "zem", "zyr", "zyrs", "zemself" ]
- ["fae", "faer", "faer", "faers", "faerself" ]
- ["ne", "nem", "nir", "nirs", "nirself" ]
- ["e", "em", "eir", "eirs", "eirself" ]
- ["vey", "vem", "ver", "vers", "verself" ]
- ["ae", "aem", "aer", "aers", "aerself" ]