You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/asciidoc/configuration.adoc
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -379,12 +379,14 @@ These are the application properties that Jooby uses:
379
379
[options="header"]
380
380
|===
381
381
|Property name | Description | Default value
382
-
|application.charset | Charset used by your application. | `UTF-8`
383
-
|application.env | The active <<configuration-environment, environment>> names. | `dev`
384
-
|application.lang | The languages your application supports. | A single locale provided by `Locale.getDefault()`.
382
+
|application.charset | Charset used by your application. Used by template engine, HTTP encoding/decoding, database driver, etc. | `UTF-8`
383
+
|application.env | The active <<configuration-environment, environment>> names. Use to identify `dev` vs `non-dev` application deployment. Jooby applies some optimizations for `non-dev`environments | `dev`
384
+
|application.lang | The languages your application supports. Used by `Context.locale()` | A single locale provided by `Locale.getDefault()`.
385
385
|application.logfile | The logging configuration file your application uses. You don't need to set this property, see <<configuration-logging, logging configuration>>. |
386
386
|application.package | The base package of your application. |
387
387
|application.pid | JVM process ID. | The native process ID assigned by the operating system.
388
388
|application.startupSummary | The level of information logged during startup. |
389
389
|application.tmpdir | Temporary directory used by your application. | `tmp`
0 commit comments