dever преди 6 години
родител
ревизия
5f5da9eea2
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 2 1
      conf/dev.conf
  2. 1 0
      conf/env.conf

+ 2 - 1
conf/dev.conf

@@ -24,6 +24,7 @@ create				= True
 
 [redis]
 host				= 0.0.0.0
+password			= dm_redis_123
 port				= 6379
 name				= office_file
 prefix				= convert_
@@ -52,7 +53,7 @@ xsrf_cookies        = True
 
 ;前台配置
 [front]
-port				= 8088
+port				= 8089
 debug				= True
 ;请求的buffersize
 max_buffer_size		= 210763776

+ 1 - 0
conf/env.conf

@@ -24,6 +24,7 @@ create				= True
 
 [redis]
 host				= office-redis
+password			= dm_redis_123
 port				= 6379
 name				= office_file
 prefix				= convert_