Update editorconfig

This commit is contained in:
Andras Schmelczer 2025-04-04 21:58:32 +01:00
commit 9199915362
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 21 additions and 18 deletions

View file

@ -9,3 +9,6 @@ trim_trailing_whitespace = true
charset = utf-8 charset = utf-8
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[*.{yml,yaml}]
indent_size = 2

View file

@ -1,24 +1,24 @@
database: database:
databases_directory_path: databases databases_directory_path: databases
max_connections_per_vault: 12 max_connections_per_vault: 12
server: server:
host: 0.0.0.0 host: 0.0.0.0
port: 3000 port: 3000
max_body_size_mb: 512 max_body_size_mb: 512
max_clients_per_vault: 256 max_clients_per_vault: 256
response_timeout_seconds: 60 response_timeout_seconds: 60
users: users:
user_tokens: user_tokens:
- name: admin - name: admin
token: test-token-change-me token: test-token-change-me
vault_access: vault_access:
type: allow_access_to_all type: allow_access_to_all
- name: test - name: test
token: other-test-token token: other-test-token
vault_access: vault_access:
type: allow_list type: allow_list
allowed: allowed:
- default - default