6 lines
155 B
Bash
6 lines
155 B
Bash
# Main interface port for accessing the application
|
|
DOCKHAND_PORT="3000"
|
|
|
|
# Time Zone where the application is operating
|
|
DOCKHAND_TZ="America/Los_Angeles"
|