We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
application.properties
initial_password= #自定义初始化密码? frostmourne_monitor_address= #是否支持 0.0.0.0 frostmourne_message_title= #这个什么意思
encrypt_key:EX31$@*^ac1 #这个什么意思 encrypt_sensitives:username,password #这个什么意思
The text was updated successfully, but these errors were encountered:
安全考虑,encrypt_key 是加密的key,会对连接数据,如mysql账号密码等进行加密存储; encrypt_sensitives 是选择对哪些字段进行加密处理。默认就好
Sorry, something went wrong.
No branches or pull requests
application.properties
initial_password= #自定义初始化密码?
frostmourne_monitor_address= #是否支持 0.0.0.0
frostmourne_message_title= #这个什么意思
encryption
encrypt_key:EX31$@*^ac1 #这个什么意思
encrypt_sensitives:username,password #这个什么意思
The text was updated successfully, but these errors were encountered: