Skip to content

Commit

Permalink
Hide disabled configuration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaAndrom3da authored Nov 3, 2022
1 parent 88b17e0 commit 3e9638c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Phoenix can be configured per-project with a `phoenix.config.json` file. Here ar
> `encoding` (`str`, `utf-8`) - Set the text encoding.
>
> `nocompress` (`list`, `[]`) - Disable compression on specific files. Each item of the list is the resource's URL.
>
> `purgecache` (`bool`, `true`) - Clear the excess cache.
/* >
> `purgecache` (`bool`, `true`) - Clear the excess cache. */
>
> `minify` (`bool`, `true`) - Make HTML, CSS, and JS files smaller.
>
Expand All @@ -60,5 +60,5 @@ Phoenix can be configured per-project with a `phoenix.config.json` file. Here ar
> `fixProxy` (`bool`, `true`) - Replace all instances of the proxied URL with the requested URL.
>
> `thisURL` (`str`) - A nice name for the website hosted by the server. Used for `fixProxy`.
>
> `canrebuild` - WIP
/* >
> `canrebuild` - WIP */

0 comments on commit 3e9638c

Please sign in to comment.