Commit a0e4167470083b6c446bfe4b29e7a98e2b97aba7
1 parent
c7ebdea204
Exists in
master
and in
8 other branches
commit
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/resources/spring/spring-mongodb.xml
View file @
a0e4167
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | <bean name="mongoTemplate" class="org.springframework.data.mongodb.core.MongoTemplate"> |
| 11 | 11 | <constructor-arg name="mongo" ref="mongo"/> |
| 12 | 12 | <constructor-arg name="userCredentials" ref="userCredentials"/> |
| 13 | - <constructor-arg name="databaseName" value="platform"/> | |
| 13 | + <constructor-arg name="databaseName" value="sync-platform-data"/> | |
| 14 | 14 | </bean> |
| 15 | 15 | |
| 16 | 16 |