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