8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
"""
|
||
|
Configuration settings for Buckler.
|
||
|
url_prefix` is the root path you wish app to reside at
|
||
|
eg. https://example.com/buckler
|
||
|
"""
|
||
|
url_prefix = '/buckler'
|