Skip to content

Commit

Permalink
Remove explicit analytics enabled flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ilayaperumalg committed Dec 21, 2018
1 parent 97cc17b commit ceba387
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cloudfoundry/init/env.properties
Expand Up @@ -26,4 +26,3 @@ SCHEDULES_SERVICE_NAME=scheduler-for-pcf
SCHEDULES_PLAN_NAME=standard
SCHEDULES_INSTANCE_NAME=atscheduler
SPRING_CLOUD_COMMON_SECURITY_ENABLED=false
SPRING_CLOUD_DATAFLOW_FEATURES_ANALYTICS_ENABLED=false
1 change: 0 additions & 1 deletion cloudfoundry/server/create.sh
Expand Up @@ -49,7 +49,6 @@ cat << EOF >> ./scdf-manifest.yml
SPRING_CLOUD_SKIPPER_CLIENT_SERVER_URI: $SKIPPER_SERVER_URI/api
SPRING_CLOUD_CONFIG_NAME: scdf-server
SPRING_CLOUD_COMMON_SECURITY_ENABLED: $SPRING_CLOUD_COMMON_SECURITY_ENABLED
SPRING_CLOUD_DATAFLOW_FEATURES_ANALYTICS_ENABLED: $SPRING_CLOUD_DATAFLOW_FEATURES_ANALYTICS_ENABLED
EOF

if [ -z "$SPRING_APPLICATION_JSON" ]; then
Expand Down

0 comments on commit ceba387

Please sign in to comment.