Commit a5f6e75c authored by Van's avatar Van

💄 #12497 space

parent 6de29707
......@@ -23,18 +23,18 @@
#
#### H2 runtime ####
runtimeDatabase=H2
jdbc.username=root
jdbc.password=
jdbc.driver=org.h2.Driver
jdbc.URL=jdbc:h2:~/solo_h2/db
#runtimeDatabase=H2
#jdbc.username=root
#jdbc.password=
#jdbc.driver=org.h2.Driver
#jdbc.URL=jdbc:h2:~/solo_h2/db
#### MySQL runtime ####
#runtimeDatabase=MYSQL
#jdbc.username=root
#jdbc.password=123456
#jdbc.driver=com.mysql.cj.jdbc.Driver
#jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC
runtimeDatabase=MYSQL
jdbc.username=root
jdbc.password=123456
jdbc.driver=com.mysql.cj.jdbc.Driver
jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt=5
......
......@@ -179,11 +179,12 @@
<button onclick="admin.preference.updateOss()">${updateLabel}</button>
</span>
<span class="clear"></span>
<span class="fn__flex">
<span class="fn__flex-inline">
<label class="fn__flex-inline">
${qiniuOssLabel}
<input name="ossServer" type="radio" value="qiniu" onclick="admin.preference.ossServerChange()"/>
</label>
<span>&nbsp; &nbsp; &nbsp;</span>
<label class="fn__flex-inline">
${aliyunOssLabel}
<input name="ossServer" type="radio" value="aliyun" onclick="admin.preference.ossServerChange()"/>
......
Subproject commit 83f3a39cbc341ab37db6921622433382319bc0e2
Subproject commit da6806f2b62a4ae3ad7227164a30ff8b4afffd9a
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment