fix: syntax highlighting

This commit is contained in:
Orion Kindel 2023-06-11 20:41:55 -05:00
parent a5dc90db41
commit 2169e4cfc1
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -6,7 +6,8 @@
# relative paths are resolved from /home/<db.linux_user.username>
persist: ['data']
network:
interface: '' # valid values: ['public', 'local']
# valid values for interface: ['public', 'local']
interface: ''
port: 5432
domain: 'db.foo.org'
ssl: false
@ -19,7 +20,7 @@
allowed_ssh_public_keys: ['ssh-ed25519 <snip> my special ssh key']
persist: []
network:
interface: '' # valid values: ['public', 'local']
interface: ''
port: 5432
domain: 'api.foo.org'
ssl: true
@ -29,7 +30,7 @@
allowed_ssh_public_keys: ['ssh-ed25519 <snip> my special ssh key']
persist: []
network:
interface: '' # valid values: ['public', 'local']
interface: ''
port: 5432
domain: 'foo.org'
ssl: true