replace non-break space with normal space

especially, rails warns when "non-break space" found
in configuration file (such as cable.yml)
This commit is contained in:
Kazunori Kimura 2022-02-19 14:02:16 +09:00
parent b5cc8a31f3
commit 4943e1ffc0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# This is a template taken from here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/cable.yml.example
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/cable.yml.example
development:
adapter: redis
url: redis://localhost:6379

View File

@ -295,7 +295,7 @@ AWS_BACKUP_ENCRYPTION=${AWS_BACKUP_ENCRYPTION}
AWS_BACKUP_STORAGE_CLASS=${AWS_BACKUP_STORAGE_CLASS:-STANDARD}
AWS_BACKUP_SIGNATURE_VERSION=${AWS_BACKUP_SIGNATURE_VERSION:-4}
### GCS BACKUPS
### GCS BACKUPS
GCS_BACKUPS=${GCS_BACKUPS:-false}
GCS_BACKUP_ACCESS_KEY_ID=${GCS_BACKUP_ACCESS_KEY_ID}
GCS_BACKUP_SECRET_ACCESS_KEY=${GCS_BACKUP_SECRET_ACCESS_KEY}