Fix confix example & realize config

This commit is contained in:
Denis Arh
2018-11-06 10:39:05 +01:00
parent 6c021fb3f9
commit b678bff3c1
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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
+2 -2
View File
@@ -20,8 +20,8 @@ server:
schema:
# ######################################################################################################################
- name: auth
path: cmd/auth
- name: system
path: cmd/system
commands:
vet:
status: false