Skip to content

Commit

Permalink
update configuration file example for v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd authored Oct 1, 2024
1 parent 563f384 commit a9ab0c5
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,23 @@ The `xman.json` file contains information about the tool, your default options,

```json
{
"Version": "3.4.1.0",
"Version": "5.0.0.0",
"Profiles": [
{
"ProjectName": "28dev",
"WorkingDirectory": "C:\\inetpub\\wwwroot\\28dev"
"ProjectName": "xbk29",
"WorkingDirectory": "c:\\inetpub\\wwwroot\\xbk29"
}
],
"CurrentProfile": "28dev",
"DefaultInstallOptions": {
"CurrentProfile": "xbk29",
"DefaultInstallProjectOptions": {
"Version": null, // Version cannot have a default value
"Template": "kentico-xperience-sample-mvc",
"ProjectName": "myproject",
"InstallRootPath": "C:\\inetpub\\wwwroot",
"UseCloud": false,
"ProjectName": "my-rpoject",
"InstallRootPath": "c:\\inetpub\\wwwroot",
"UseCloud": false
},
"DefaultInstallDatabaseOptions": {
"UseExistingDatabase": false,
"DatabaseName": "xperience",
"ServerName": "my-server"
},
Expand Down

0 comments on commit a9ab0c5

Please sign in to comment.