8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
# Time Zone where the application is operating
|
|
SEERR_TZ="America/Los_Angeles"
|
|
|
|
# Main interface port for accessing the application
|
|
SEERR_PORT="8055"
|
|
|
|
# Volume for persistent storage
|
|
SEERR_VOLUME="seerr_data" |