mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 22:35:04 +08:00
syscfg
This commit is contained in:
parent
5cbc88b5a3
commit
795d7d0798
2 changed files with 18 additions and 6 deletions
|
@ -1,20 +1,34 @@
|
|||
# for Global
|
||||
# for initial
|
||||
# Also see SystemConfigurer.java
|
||||
# You should remove the `.aes` to unencrypted text
|
||||
|
||||
# Qiniu Cloud Storage
|
||||
# Cloud Storage - Qiniu
|
||||
|
||||
StorageURL=http://rb-cdn.errorpage.cn/
|
||||
StorageBucket=rb-cdn
|
||||
StorageApiKey.aes=zYkDunIsyaZd71rZoW1KPtJPIutYBsBqNaZxpE+4xNl9urgpG+Py0Q0w5m2+Z72e
|
||||
StorageApiSecret.aes=Ke7e7qzT+5F2HC3C/89a5Aq+UopTPHygiSpPfnQjnSrpxgUtiSlauQbPnowtl+ew
|
||||
|
||||
# Redis
|
||||
# Cache - Redis
|
||||
|
||||
CacheHost=
|
||||
CachePort=
|
||||
CacheUser=
|
||||
CachePassword=
|
||||
|
||||
# SMS - Submail
|
||||
|
||||
SmsApiURL=https://api.mysubmail.com/message/xsend
|
||||
SmsApiKey=
|
||||
SmsApiSecret=
|
||||
|
||||
# Mail - Submail
|
||||
|
||||
SmtpServer=cloud.mysubmail.com
|
||||
SmtpPort=25
|
||||
SmtpUser=
|
||||
SmtpPassword=
|
||||
|
||||
# General
|
||||
|
||||
TempDirectory=
|
|
@ -1,7 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd"
|
||||
updateCheck="false">
|
||||
<ehcache>
|
||||
|
||||
<diskStore path="java.io.tmpdir" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue