ami/.env.example

17 lines
595 B
Text

# Values contained below are also the defaults, except AMI_DEBUG.
# Enable debug mode
# Primarily turns off minification of output styles, might also display more info in the console
#AMI_DEBUG=1
# Application title
# Sets the title of the application, might be overridden for the window title by the common settings below once they're loaded
#AMI_TITLE="Flashii Chat"
# Flashii base URL
# Sets the base URL for Flashii
#AMI_FII_URL="//flashii.net"
# Common configuration location
# Contains further information shared by the other chat client
#FUTAMI_URL="//futami.flashii.net/common.json"