This commit is contained in:
2019-02-28 23:07:32 +08:00
parent e2e1cae5f1
commit bd59b4f24c
4 changed files with 6 additions and 131 deletions

View File

@@ -1,29 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<application port="5002">
<!-- 详细配置说明见: http://redkale.org/redkale.html#redkale_confxml -->
<resources>
<!-- 如果需要使用redis,此处配置 -->
<!--<source name="redis" value="org.redkalex.cache.RedisCacheSource" xxx="16">
<source name="redis" value="org.redkalex.cache.RedisCacheSource" xxx="16">
<node addr="redishost" port="6379" password="pwd123"/>
</source>-->
</source>
<properties>
<property name="isDev" value="true"/>
<properties load="conf.txt">
<!-- MongoService 使用到的一些配置
<property name="mongo.host" value="127.0.0.1"/>
<property name="mongo.port" value="27017"/>
<property name="mongo.database" value="redbbs"/>
-->
<!-- ArangoService 使用到的配置
<property name="arango.host" value="127.0.0.1"/>
<property name="arango.port" value="8529"/>
<property name="arango.database" value="redbbs"/>
<property name="arango.user" value="root"/>
<property name="arango.password" value="root"/>
-->
</properties>
</resources>