jtoms 3 tahun lalu
induk
melakukan
1addaaaba6

+ 13 - 0
README.md

@@ -3,3 +3,16 @@
 root
 TYckzw4ww9ed
 ```
+
+服务器|配置|外网IP|内网IP|应用
+---|---|---|---|---|
+应用服务器 |    4u16G 136G CentOS7.9 |    171.104.234.207 |    192.168.0.15  |    数据中心、招聘、erp
+应用和nginx服务器|    4u16G 136G CentOS7.9 |    222.84.250.39   |    192.168.0.108 |    nginx、api、admin、供应商端、web应用
+mysql和redis服务器|    4u16G 136G CentOS7.9 |    116.8.106.156   |    192.168.0.27  |    mysql、redis、eurka
+云存储资源服务器|    4u16G 136G CentOS7.9 |    222.84.255.194  |    192.168.0.187 |    文件服务器
+
+```
+服务器密码: PkHD7DfU2ToekyA6#
+Redis密码: 6VQnfNzc7UyGzjwm
+Mysql密码: !@#931v3ODUQqakdyIQ
+```

+ 18 - 0
src/main/resources/application-alpha.properties

@@ -0,0 +1,18 @@
+logger.root.level=info
+logger.root.path=/data/logs/
+####################### mysql ###############################
+spring.datasource.url=jdbc:mysql://rm-bp1e2451m5olnc4g6qo.mysql.rds.aliyuncs.com/liucheng_open?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false
+spring.datasource.username=liucheng
+spring.datasource.password=liucheng123@
+#######################redis###############################
+spring.redis.host=39.99.217.107
+spring.redis.password=hnylredis@
+spring.redis.port=6379
+spring.redis.database=0
+####################### uploader config ###############################
+uploader.max-size=20480000
+uploader.file-host=http://47.114.32.188:9800/src
+uploader.allow-file-types=jpg,jpeg,png,gif
+uploader.save-path=/data/uploads
+####################### spider config ###############################
+spider.phantomjs_executable_path_property=/data/phantomjs-2.1.1-linux-x86_64/bin/phantomjs

+ 6 - 6
src/main/resources/application-prod.properties

@@ -1,17 +1,17 @@
 logger.root.level=info
 logger.root.path=/data/logs/
 ####################### mysql ###############################
-spring.datasource.url=jdbc:mysql://rm-bp1e2451m5olnc4g6qo.mysql.rds.aliyuncs.com/liucheng_open?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false
-spring.datasource.username=liucheng
-spring.datasource.password=liucheng123@
+spring.datasource.url=jdbc:mysql://192.168.0.27/data_center?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false
+spring.datasource.username=root
+spring.datasource.password=!@#931v3ODUQqakdyIQ
 #######################redis###############################
-spring.redis.host=39.99.217.107
-spring.redis.password=hnylredis@
+spring.redis.host=192.168.0.27
+spring.redis.password=6VQnfNzc7UyGzjwm
 spring.redis.port=6379
 spring.redis.database=0
 ####################### uploader config ###############################
 uploader.max-size=20480000
-uploader.file-host=http://47.114.32.188:9800/src
+uploader.file-host=http://171.104.234.207:9800/src
 uploader.allow-file-types=jpg,jpeg,png,gif
 uploader.save-path=/data/uploads
 ####################### spider config ###############################