config streamlit 'main'
	option enabled '0'
	option http_port '8501'
	option http_host '0.0.0.0'
	option data_path '/srv/streamlit'
	option memory_limit '512M'
	option active_app 'hello'

config server 'server'
	option headless 'true'
	option browser_gather_usage_stats 'false'
	option theme_base 'dark'
	option theme_primary_color '#0ff'

config app 'hello'
	option name 'Hello World'
	option path 'hello.py'
	option enabled '1'
