Skip to content

Commit

Permalink
Change default value for name field in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed Nov 22, 2024
1 parent 6893600 commit 8f1f940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Argon projects are JSON files that have the `.project.json` extension. They have

| Field | Default | Description |
| --------------- | ------------ | ----------------------------------------------------------------------------------------------------- |
| `name`\* | **Required** | The name of the project, displayed by Argon |
| `name`\* | `default` | The name of the project, displayed by Argon |
| `tree`\* | **Required** | An [Instance Description](#instance-description) describing the root instance of the project |
| `host` | `localhost` | The host name that Argon server should be running on |
| `port` | `8000` | The port number that Argon server should be running on |
Expand Down

0 comments on commit 8f1f940

Please sign in to comment.