From 5d208e7b6be001007a5554478cb40d48e15ce7d9 Mon Sep 17 00:00:00 2001 From: Xeronith Date: Tue, 2 May 2023 00:41:13 +0330 Subject: [PATCH] feat(project): :wrench: update default config --- config.yaml | 10 +++------- config.yaml.sample | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/config.yaml b/config.yaml index aba53b6..8f9f5cb 100644 --- a/config.yaml +++ b/config.yaml @@ -1,15 +1,11 @@ +# development, staging, production environment: development server: - fqdn: localhost - protocol: http + fqdn: yourdomain.com + protocol: https ports: passive: 7080 - - # used for secure cookie - # doc: https://pkg.go.dev/github.com/gorilla/securecookie@v1.1.1 - hash_key: '---INSERT-YOUR-HASH-KEY---' - block_key: '---INSERT-YOUR-BLOCK-KEY---' postgres: host: 127.0.0.1 diff --git a/config.yaml.sample b/config.yaml.sample index aba53b6..8f9f5cb 100644 --- a/config.yaml.sample +++ b/config.yaml.sample @@ -1,15 +1,11 @@ +# development, staging, production environment: development server: - fqdn: localhost - protocol: http + fqdn: yourdomain.com + protocol: https ports: passive: 7080 - - # used for secure cookie - # doc: https://pkg.go.dev/github.com/gorilla/securecookie@v1.1.1 - hash_key: '---INSERT-YOUR-HASH-KEY---' - block_key: '---INSERT-YOUR-BLOCK-KEY---' postgres: host: 127.0.0.1