diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ Variables for the application | |||
26 | - `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/> | 26 | - `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/> |
27 | Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` | 27 | Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` |
28 | - `clever_app_tasks_file`: tasks file to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional. | 28 | - `clever_app_tasks_file`: tasks file to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional. |
29 | - `domain`: the domain from which the application should be reachable, optional | 29 | - `clever_domain`: the domain from which the application should be reachable, optional. |
30 | - _Obsolete_: `domain`: Same as above but was replaced by `clever_domain` since v1.4 of this role. | ||
30 | - `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. | 31 | - `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. |
31 | - `clever_metrics`: a boolean to enable or disable metrics support. Optional, default to `false`. | 32 | - `clever_metrics`: a boolean to enable or disable metrics support. Optional, default to `false`. |
32 | 33 | ||