ami/.env.example

18 lines
595 B
Text
Raw Permalink Normal View History

2025-04-11 19:55:48 +00:00
# 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"
2025-04-21 00:27:49 +00:00
# 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"