Skip to content

Commit

Permalink
removed confusing website from example in intro
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Mar 3, 2021
1 parent 51c6811 commit 9371a29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -126,17 +124,13 @@ db:
driver: mysql
pass: secret
user: omry
website:
domain: example.com

[HYDRA] #1 : db=postgresql
db:
driver: postgresql
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.
Expand Down

0 comments on commit 9371a29

Please sign in to comment.