Merge remote-tracking branch 'origin/4.19'

This commit is contained in:
Rohit Yadav 2024-02-05 14:44:55 +05:30
commit 4d370a3772
1 changed files with 7 additions and 7 deletions

View File

@ -29,22 +29,22 @@ http.port=8080
# Max inactivity time in minutes for the session
session.timeout=30
# Max allowed API request payload / content size in bytes
# Max allowed API request payload/content size in bytes
request.content.size=1048576
# Options to configure and enable HTTPS on management server
# Options to configure and enable HTTPS on the management server
#
# For management server to pickup these configuration settings, the configured
# keystore file should exists and be readable by the management server.
# For the management server to pick up these configuration settings, the configured
# keystore file should exist and be readable by the management server.
https.enable=false
https.port=8443
# The keystore and manager passwords are assumed to be same.
https.keystore=/etc/cloudstack/management/cloud.jks
# If you want to encrypt the password follow the steps mentioned at:
# http://docs.cloudstack.apache.org/projects/archived-cloudstack-administration/en/latest/management.html?highlight=jasypt#changing-the-database-password
# If you want to encrypt the password itself, follow the steps mentioned at:
http://docs.cloudstack.apache.org/en/latest/adminguide/management.html?highlight=jasypt#changing-the-database-password
https.keystore.password=vmops.com
# If an encrypted password is used, specify the encryption type - valid types: file, env (set environment variable CLOUD_SECRET_KEY), web
# If an encrypted password is used, specify the encryption type. Valid types: file, web, env (set environment variable CLOUD_SECRET_KEY)
# password.encryption.type=none
# The path to webapp directory