8 lines
186 B
Bash
8 lines
186 B
Bash
# App server
|
|
APP_HOST=0.0.0.0
|
|
APP_PORT=8000
|
|
|
|
# Name used in the HTML page title/heading and the curl examples
|
|
# (e.g. "ifconfig.me" when deployed under that domain).
|
|
SITE_NAME=pyfconfig
|