# This is the configuration for the pronouns.today web server # The port the server should listen on port: 1312 # The address the server should bind to address: 0.0.0.0 # The base URL the server will be running under, with no trailing slash # # This is also your opportunity to serve requests under a subpath. For example, if you # want pronouns.today to only run on the /pronouns route of your webserver, you can set # this to https://example.com/pronouns base_url: https://pronouns.today # 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" ]