diff --git a/config.yaml.sample b/config.yaml.sample index dff2179..d200f5a 100644 --- a/config.yaml.sample +++ b/config.yaml.sample @@ -4,7 +4,9 @@ server: fqdn: localhost hash_key: '---INSERT-YOUR-HASH-KEY---' block_key: '---INSERT-YOUR-BLOCK-KEY---' -mysql: +postgres: + host: 127.0.0.1 + port: 5432 database: greatape - username: root + username: postgres password: password