feat(web/panettone): Read config from env

Read the port and data directory from environment variables, in
preparation for deploying as a systemd unit to Whitby

Change-Id: I066dced7b7926b6bdc77132d13a4da6c886b20e8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1338
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Griffin Smith 2020-07-21 19:36:21 -04:00 committed by glittershark
parent 9a85694b86
commit 974c2e05af
3 changed files with 31 additions and 12 deletions

View file

@ -9,4 +9,5 @@
#:chunk-list #:mapconcat
;; String handling
#:+dottime-format+ #:format-dottime))
#:+dottime-format+ #:format-dottime
#:try-parse-integer))