We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f4d65 commit 7a8634eCopy full SHA for 7a8634e
1 file changed
modules/swbootd/templates/config.py.erb
@@ -53,6 +53,10 @@ static_files = {}
53
for sf in yaml_conf['static_files']:
54
static_files.update(sf)
55
56
+# Folder containing static configurations to be served as-is by switchboot (ACCESS;)
57
+static_configs = None
58
+if 'static_configs' in yaml_conf:
59
+ static_configs = yaml_conf['static_configs']
60
61
# ===============================================================
62
# Do not change below this if you do not know what you're doing!
0 commit comments