chore: format YAML with Prettier

This commit is contained in:
Julien Fontanet 2018-10-29 13:29:30 +01:00
parent d83a2366c2
commit 75b7726fca
2 changed files with 18 additions and 23 deletions

View File

@ -9,9 +9,9 @@ sudo: false
addons: addons:
apt: apt:
packages: packages:
- qemu-utils - qemu-utils
- blktap-utils - blktap-utils
- vmdk-stream-converter - vmdk-stream-converter
before_install: before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash - curl -o- -L https://yarnpkg.com/install.sh | bash

View File

@ -46,14 +46,12 @@
# Configuration of the embedded HTTP server. # Configuration of the embedded HTTP server.
http: http:
# Hosts & ports on which to listen. # Hosts & ports on which to listen.
# #
# By default, the server listens on [::]:80. # By default, the server listens on [::]:80.
listen: listen:
# Basic HTTP. # 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. # Sets it to 'localhost' for IP to listen only on the local host.
# #
@ -124,23 +122,20 @@ http:
# Connection to the Redis server. # Connection to the Redis server.
redis: redis:
# Unix sockets can be used # Unix sockets can be used
# #
# Default: undefined # Default: undefined
#socket: /var/run/redis/redis.sock #socket: /var/run/redis/redis.sock
# Syntax: redis://[db[:password]@]hostname[:port][/db-number]
# Syntax: redis://[db[:password]@]hostname[:port][/db-number] #
# # Default: redis://localhost:6379/0
# Default: redis://localhost:6379/0 #uri: redis://redis.company.lan/42
#uri: redis://redis.company.lan/42 # List of aliased commands.
#
# List of aliased commands. # See http://redis.io/topics/security#disabling-of-specific-commands
# #renameCommands:
# See http://redis.io/topics/security#disabling-of-specific-commands # del: '3dda29ad-3015-44f9-b13b-fa570de92489'
#renameCommands: # srem: '3fd758c9-5610-4e9d-a058-dbf4cb6d8bf0'
# del: '3dda29ad-3015-44f9-b13b-fa570de92489'
# srem: '3fd758c9-5610-4e9d-a058-dbf4cb6d8bf0'
# Directory containing the database of XO. # Directory containing the database of XO.
# Currently used for logs. # Currently used for logs.