Load from env var here too
This commit is contained in:
parent
857b527bd1
commit
67881d9d63
@ -1,6 +1,8 @@
|
||||
import os
|
||||
|
||||
# a publicly accessible ICS calendar
|
||||
calendar_url= ''
|
||||
calendar_url = os.environ.get('CALENDAR_URL', '')
|
||||
|
||||
# your Hugo content directory
|
||||
output_dir = ''
|
||||
output_dir = os.environ.get('OUTPUT_DIR', '')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user