From b678bff3c1c7f63b35eead06ca9565f3e97436b6 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Tue, 6 Nov 2018 10:39:05 +0100 Subject: [PATCH] Fix confix example & realize config --- .env.sample | 3 +++ .realize.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 8b8fefe4b..f143b929e 100644 --- a/.env.sample +++ b/.env.sample @@ -3,3 +3,6 @@ SAM_DB_DSN=crust:crust@tcp(localhost:3306)/crust?collation=utf8mb4_general_ci CRM_HTTP_ADDR=:3001 CRM_DB_DSN=crust:crust@tcp(localhost:3306)/crust?collation=utf8mb4_general_ci + +SYSTEM_HTTP_ADDR=:3002 +SYSTEM_DB_DSN=crust:crust@tcp(localhost:3306)/crust?collation=utf8mb4_general_ci diff --git a/.realize.yaml b/.realize.yaml index f35095c4a..bdf5a9d73 100755 --- a/.realize.yaml +++ b/.realize.yaml @@ -20,8 +20,8 @@ server: schema: # ###################################################################################################################### -- name: auth - path: cmd/auth +- name: system + path: cmd/system commands: vet: status: false