Skip to content

Commit 29daae2

Browse files
Update configuration_organization.rst
1 parent c3c7bfd commit 29daae2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

configuration/configuration_organization.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ this structure:
5050
your-project/
5151
├─ config/
5252
│ └─ packages/
53-
├─ dev/
54-
| │ ├─ framework.yaml
55-
│ └─ ...
56-
├─ prod/
57-
│ └─ ...
58-
├─ test/
59-
│ └─ ...
60-
| ├─ framework.yaml
61-
└─ ...
62-
├─ services.yaml
63-
└─ services_dev.yaml
53+
| ├─ dev/
54+
| | │ ├─ framework.yaml
55+
| │ └─ ...
56+
| ├─ prod/
57+
| │ └─ ...
58+
| ├─ test/
59+
| │ └─ ...
60+
| | ├─ framework.yaml
61+
| └─ ...
62+
│ ├─ services.yaml
63+
│ └─ services_dev.yaml
6464
├─ ...
6565
6666
This default structure was chosen for its simplicity — one file per package and

0 commit comments

Comments
 (0)