1# Butterfly autogenerated config file
2
3# Activate debug mode
4#
5#debug=False
6
7# In debug mode produce more verbose output
8#
9#more=False
10
11# Use unminified version of js for development
12#
13#unminified=False
14
15# Server host
16# Use 'localhost' for local only
17# Use your ip to share over your network
18# Use '0.0.0.0' to listen to every network
19#
20#host='localhost'
21
22# Server port
23#
24#port=57575
25
26# Shell to launch at start (defaults to user shell)
27#
28#shell=None # shell='/bin/bash' for instance
29
30# Motd, path to custom message of the day file
31#
32#motd='motd'
33
34# Command to run instead of shell
35#
36#cmd=None # cmd='ls -l'
37
38
39# Unsecure mode
40# This mode use http without ssl and is therefore NOT RECOMMENDED
41# Please generate yourself a certificate using the butterfly.server.py command
42#
43#unsecure=False
44
45# Force user login in unsecure mode
46#
47#login=False
48
49# Force unicode width
50# This mode force every character to be the same width
51# Which can be useful in some case
52# But this breaks unicode display of varying width character
53#
54#force_unicode_width=False
55
56# SSL version defaults to auto
57#
58#ssl_version=None
59