X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=fac5a006e9b6538e26ff17905687638be2934402;hb=b794dae98a09cd1e18af60c1239f5c03b7193e57;hp=d7dc264ee2a8179d0553c4591f23c35e28ac3675;hpb=250e2020987b1fc65251ba9564e41b38ba060391;p=akkoma diff --git a/config/description.exs b/config/description.exs index d7dc264ee..fac5a006e 100644 --- a/config/description.exs +++ b/config/description.exs @@ -60,6 +60,12 @@ frontend_options = [ label: "Build directory", type: :string, description: "The directory inside the zip file " + }, + %{ + key: "custom-http-headers", + label: "Custom HTTP headers", + type: {:list, :string}, + description: "The custom HTTP headers for the frontend" } ]