22 lines
803 B
Text
22 lines
803 B
Text
# Values contained below are also the defaults, except MAMI_DEBUG.
|
|
|
|
# Enable debug mode
|
|
# Primarily turns off minification of output styles, might also display more info in the console
|
|
#MAMI_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
|
|
#MAMI_TITLE="Flashii Chat"
|
|
|
|
# Flashii base URL
|
|
# Sets the base URL for Flashii
|
|
#MAMI_FII_URL="//flashii.net"
|
|
|
|
# Common configuration location
|
|
# Contains further information shared by the other chat client
|
|
#FUTAMI_URL="//futami.flashii.net/common.json"
|
|
|
|
# Compatibility client location
|
|
# Alternative chat client for older browser, redirected to when checks in init.js fail
|
|
# Also has a handy little button in the settings.
|
|
#AMI_URL="//sockchat.flashii.net"
|