Skip to content

Commit c0695c2

Browse files
committed
zcli yaml
1 parent 018689f commit c0695c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/content/references/cli/configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ The system first loads the global config file, then merges in the project-specif
3232

3333
### Configuration File Examples
3434

35-
**Global config file (placed in user home directory):**
35+
**Global config file:**
3636
```yaml
3737
# Set organization-wide defaults
3838
workspaceState: "all"
3939
```
4040
41-
**Project-specific `.zcli.yml` file (placed in the root of your application repository):**
41+
**Project-specific file:**
4242
```yaml
4343
# Set project-specific settings
4444
projectId: "your-project-id"

0 commit comments

Comments
 (0)