Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Wall requires:

Run Wall with:

./wall.py <config_file>
./wall.py [config_file]

* config_file: path to a config file (optional). Documentation is available in
the default config file (`wall/res/default.cfg`).
* config_file: path to a config file (optional). A sample in wall.cfg.sample
is available as documentation.

Browser Support
---------------
Expand Down
21 changes: 21 additions & 0 deletions wall.cfg.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Sample Wall configuration.
# List items are space separated.
# Switches may either be set to `True` or `False`.

[wall]

# Server listen address and port
address = 127.0.0.1
port = 8080

# Redis database index
db = 0

# debug mode
debug = False

# short info text visible on the display
info =

# list of bricks to load (given by Python module name)
bricks = wall.bricks.url wall.bricks.photo