diff --git a/channel/channel-server-app/src/main/resources/application.properties b/channel/channel-server-app/src/main/resources/application.properties index 3dae5112a..3d09e8162 100755 --- a/channel/channel-server-app/src/main/resources/application.properties +++ b/channel/channel-server-app/src/main/resources/application.properties @@ -29,6 +29,6 @@ spring.security.user.name=arthas # memory : Store data in memory # redis : Store data in redis # -#spring.profiles.active=memory -spring.profiles.active=redis +spring.profiles.active=memory +#spring.profiles.active=redis