Some of the changes I made in my .env file for glitch-soc:
# Maximum allowed character count
MAX_TOOT_CHARS=10000
# Maximum number of pinned posts
MAX_PINNED_TOOTS=10
# Maximum allowed bio characters
MAX_BIO_CHARS=10000
# Maximim number of profile fields allowed
MAX_PROFILE_FIELDS=10
# Maximum allowed display name characters
MAX_DISPLAY_NAME_CHARS=50
# Maximum allowed poll options
MAX_POLL_OPTIONS=10
# Maximum allowed poll option characters
MAX_POLL_OPTION_CHARS=200