mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
708 B
28 lines
708 B
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:5000/",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Squidex": {
|
|
"commandName": "Project",
|
|
"launchUrl": "http://localhost:5000",
|
|
"environmentVariables": {
|
|
"IDENTITY__ADMINEMAIL": "sebastian@squidex.io",
|
|
"IDENTITY__ADMINPASSWORD": "1Xhn2a3b4!?",
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "http://localhost:5000"
|
|
}
|
|
}
|
|
}
|