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