mirror of
https://github.com/strapi/strapi.git
synced 2025-11-07 05:38:13 +00:00
doc(configurations): autoReload object
This commit is contained in:
parent
bc60bdb76a
commit
45a60ce044
@ -335,7 +335,8 @@ Most of the application's configurations are defined by environment. It means th
|
|||||||
|
|
||||||
- `host` (string): Host name. Default value: `localhost`.
|
- `host` (string): Host name. Default value: `localhost`.
|
||||||
- `port` (integer): Port on which the server should be running. Default value: `1337`.
|
- `port` (integer): Port on which the server should be running. Default value: `1337`.
|
||||||
- `autoReload` (boolean): Enable or disabled server reload on files update. Default value: depends on the environment.
|
- `autoReload`
|
||||||
|
- `enabled` (boolean): Enable or disabled server reload on files update. Default value: depends on the environment.
|
||||||
- [`cron`](https://en.wikipedia.org/wiki/Cron)
|
- [`cron`](https://en.wikipedia.org/wiki/Cron)
|
||||||
- `enabled` (boolean): Enable or disable CRON tasks to schedule jobs at specific dates. Default value: `false`.
|
- `enabled` (boolean): Enable or disable CRON tasks to schedule jobs at specific dates. Default value: `false`.
|
||||||
- `admin`
|
- `admin`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user