.
This commit is contained in:
parent
a5ce2ff0ca
commit
744d8a7bca
@ -6,5 +6,6 @@ repos:
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
exclude: ^README.md$
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
|
@ -25,7 +25,7 @@ The following table lists the configurable parameters of the Ansible-semaphore c
|
||||
| `config.port` | TCP port on which the web interface will be available. Default: 3000 | `3000` |
|
||||
| `config.interface` | Useful if your server has multiple network interfaces | `null` |
|
||||
| `config.tmp_path` | Path to directory where cloned repositories and generated files are stored. Default: /tmp/semaphore | `"/tmp/semaphore"` |
|
||||
| `config.access_key_encryption` | | `"Secret key used for encrypting access keys in database. Read more in [Database encryption reference](https://docs.semaphoreui.com/administration-guide/security#database-encryption)."` |
|
||||
| `config.access_key_encryption` | Secret key used for encrypting access keys in database. Read more in [Database encryption reference](https://docs.semaphoreui.com/administration-guide/security#database-encryption). | `null` |
|
||||
| `config.web_host` | Can be useful if you want to use Semaphore by the subpath, for example: http://yourdomain.com/semaphore. Do not add a trailing /. | `null` |
|
||||
| `config.email_sender` | | `null` |
|
||||
| `config.email_host` | | `null` |
|
||||
|
@ -18,7 +18,7 @@ config:
|
||||
port: 3000 # TCP port on which the web interface will be available. Default: 3000
|
||||
interface: # Useful if your server has multiple network interfaces
|
||||
tmp_path: /tmp/semaphore # Path to directory where cloned repositories and generated files are stored. Default: /tmp/semaphore
|
||||
access_key_encryption: Secret key used for encrypting access keys in database. Read more in [Database encryption reference](https://docs.semaphoreui.com/administration-guide/security#database-encryption).
|
||||
access_key_encryption: # Secret key used for encrypting access keys in database. Read more in [Database encryption reference](https://docs.semaphoreui.com/administration-guide/security#database-encryption).
|
||||
web_host: # Can be useful if you want to use Semaphore by the subpath, for example: http://yourdomain.com/semaphore. Do not add a trailing /.
|
||||
email_sender:
|
||||
email_host:
|
||||
|
Loading…
Reference in New Issue
Block a user