diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,10 +17,12 @@ Variables for the application | |||
17 | - `clever_token`: clever_cloud token, mandatory. | 17 | - `clever_token`: clever_cloud token, mandatory. |
18 | - `clever_secret`: clever_cloud secret, mandatory. | 18 | - `clever_secret`: clever_cloud secret, mandatory. |
19 | - `clever_app`: the id of the app to link, mandatory. | 19 | - `clever_app`: the id of the app to link, mandatory. |
20 | - `clever_entry_point`: the executable name to be executed by clever cloud, mandatory | ||
20 | - `clever_env`: a dict of environment variables for the application (without add_ons one already available), optional. | 21 | - `clever_env`: a dict of environment variables for the application (without add_ons one already available), optional. |
22 | - `clever_base_env`: a dict set in vars/main.yml with safe default and mandatory variables for an app to be run on clever. ` clever_base_env | combine(clever_env)` is passed to `clever env` command | ||
21 | - `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/> | 23 | - `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/> |
22 | Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` | 24 | Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }` |
23 | - `clever_app_tasks`: tasks file to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional. | 25 | - `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. |
24 | - `domain`: the domain from which the application should be reachable, optional | 26 | - `domain`: the domain from which the application should be reachable, optional |
25 | - `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. | 27 | - `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. |
26 | 28 | ||