File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Create an example configuration by running the `edge-proxy-render-config` entryp
6363rye run edge-proxy-render-config
6464```
6565
66- This will output the example configuration to stdout and write it to ` ./config.json ` .
66+ This will write the default settings to ` ./config.json ` .
6767
6868Here's how to mount the file into Edge Proxy's Docker container:
6969
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class AppSettings(BaseModel):
113113 )
114114 ]
115115 )
116- api_url : HttpUrl = "https://edge.api.flagsmith.com/api/v1"
116+ api_url : HttpUrl = HttpUrl ( "https://edge.api.flagsmith.com/api/v1" )
117117 api_poll_frequency_seconds : int = Field (
118118 default = 10 ,
119119 validation_alias = AliasChoices (
You can’t perform that action at this time.
0 commit comments