From 2daf4331f94fa8049f31d3a9390f52c7ff368fbe Mon Sep 17 00:00:00 2001 From: Xeronith Date: Sat, 29 Apr 2023 00:16:11 +0330 Subject: [PATCH] fix(components): :wrench: update default config --- config.yaml.sample | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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