From 9371a2985a5f0275810b6ae64ab1dff746fa1fb8 Mon Sep 17 00:00:00 2001 From: Omry Yadan Date: Wed, 3 Mar 2021 15:09:42 -0800 Subject: [PATCH] removed confusing website from example in intro --- website/docs/intro.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/docs/intro.md b/website/docs/intro.md index ee7e4cc146b..e9c618cf3c6 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -108,8 +108,6 @@ db: pass: drowssap timeout: 20 user: postgres_user -website: - domain: example.com ``` You can have as many config groups as you need. @@ -126,8 +124,6 @@ db: driver: mysql pass: secret user: omry -website: - domain: example.com [HYDRA] #1 : db=postgresql db: @@ -135,8 +131,6 @@ db: pass: drowssap timeout: 10 user: postgres_user -website: - domain: example.com ``` There is a whole lot more to Hydra. Read the [tutorial](tutorials/basic/your_first_app/1_simple_cli.md) to learn more.