zhentao 1 week ago
parent
commit
da009d1dfe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -28,9 +28,9 @@ spring:
   # MongoDB配置
   data:
     mongodb:
-      host: localhost
+      host: 47.110.46.22
       port: 27017
-      database: im_db
+      database: chat_messages
   redis:
     host: 47.110.46.22
     port: 6379