From 75b7726fca9aa82db72ba5baf614e07b91b5e2ce Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 29 Oct 2018 13:29:30 +0100 Subject: [PATCH] chore: format YAML with Prettier --- .travis.yml | 6 ++--- packages/xo-server/sample.config.yaml | 35 ++++++++++++--------------- 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b84b675a..b7fe68564 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ sudo: false addons: apt: packages: - - qemu-utils - - blktap-utils - - vmdk-stream-converter + - qemu-utils + - blktap-utils + - vmdk-stream-converter before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash diff --git a/packages/xo-server/sample.config.yaml b/packages/xo-server/sample.config.yaml index 7dba11f02..8be509160 100644 --- a/packages/xo-server/sample.config.yaml +++ b/packages/xo-server/sample.config.yaml @@ -46,14 +46,12 @@ # Configuration of the embedded HTTP server. http: - # Hosts & ports on which to listen. # # By default, the server listens on [::]:80. listen: # Basic HTTP. - - - # Address on which the server is listening on. + - # Address on which the server is listening on. # # Sets it to 'localhost' for IP to listen only on the local host. # @@ -124,23 +122,20 @@ http: # Connection to the Redis server. redis: - # Unix sockets can be used - # - # Default: undefined - #socket: /var/run/redis/redis.sock - - # Syntax: redis://[db[:password]@]hostname[:port][/db-number] - # - # Default: redis://localhost:6379/0 - #uri: redis://redis.company.lan/42 - - # List of aliased commands. - # - # See http://redis.io/topics/security#disabling-of-specific-commands - #renameCommands: - # del: '3dda29ad-3015-44f9-b13b-fa570de92489' - # srem: '3fd758c9-5610-4e9d-a058-dbf4cb6d8bf0' - + # Unix sockets can be used + # + # Default: undefined + #socket: /var/run/redis/redis.sock + # Syntax: redis://[db[:password]@]hostname[:port][/db-number] + # + # Default: redis://localhost:6379/0 + #uri: redis://redis.company.lan/42 + # List of aliased commands. + # + # See http://redis.io/topics/security#disabling-of-specific-commands + #renameCommands: + # del: '3dda29ad-3015-44f9-b13b-fa570de92489' + # srem: '3fd758c9-5610-4e9d-a058-dbf4cb6d8bf0' # Directory containing the database of XO. # Currently used for logs.