...
Expand | ||
---|---|---|
| ||
Yes, you can, but we recommend that you recreate the image. |
Expand | ||
---|---|---|
| ||
The command to copy files or foldes into a container is:
Example:
|
...
Expand | ||
---|---|---|
| ||
If Smartstore is started together with MySQL or MS SQL as services, the container name or the service name can simply be used as the host name. Otherwise, detailled information about the container can be read out with the command Example: The MySQL container has the name The command
returns the following information, beside others: |
...
Expand | ||
---|---|---|
| ||
No, this is not provided. |
PDF Export
Expand | ||
---|---|---|
| ||
This may be due to the fact that the store URL cannot be accessed internally. Open the appsettings.json file in the main folder of your Smartstore installation and search for the word "PdfEngineBaseUrl" and enter the URL to your Smartstore installation there. If you are using a reverse proxy (e.g. NGINX) on Linux, enter the locally accessible URL including port there, e.g. |
Task Scheduler
Expand | ||
---|---|---|
| ||
Open the appsettings.json file in the main folder of your smartstore installation and search for the word "TaskSchedulerBaseUrl" and enter the URL to your smartstore installation there. If you use a reverse proxy (e.g. NGINX) on Linux, enter the locally accessible URL incl. port there, e.g. |
Anchor | ||||
---|---|---|---|---|
|
Expand | ||||
---|---|---|---|---|
| ||||
Changing the value for Set the value high:Long initialization time: If the http://ASP.NET Core application takes a long time to initialize, for example, if extensive preparations such as database connections, caching, or other services need to be performed, Decrease value:Fast deployment: If you are sure that your http://ASP.NET Core application usually starts quickly and you want faster feedback on whether the startup was successful or not, you can decrease the Error analysis: Lowering the It is important to note that Configuration using IIS as a hosting server - entry in the web.config file:
Configuration using Linux as a hosting server -entry in the appsettings.json file:
|