@@ -28,7 +28,6 @@ The directory structure of DolphinScheduler is as follows:
2828│ │ └── jvm_args_env.sh script to set JVM args of DolphinScheduler alert-server
2929│ ├── conf
3030│ │ ├── application.yaml configurations of alert-server
31- │ │ ├── bootstrap.yaml configurations for Spring Cloud bootstrap, mostly you don't need to modify this,
3231│ │ ├── common.properties configurations of common-service like storage, credentials, etc.
3332│ │ ├── dolphinscheduler_env.sh script to load environment variables for alert-server
3433│ │ └── logback-spring.xml configurations of alert-service log
@@ -40,7 +39,6 @@ The directory structure of DolphinScheduler is as follows:
4039│ │ └── jvm_args_env.sh script to set JVM args of DolphinScheduler api-server
4140│ ├── conf
4241│ │ ├── application.yaml configurations of api-server
43- │ │ ├── bootstrap.yaml configurations for Spring Cloud bootstrap, mostly you don't need to modify this,
4442│ │ ├── common.properties configurations of common-service like storage, credentials, etc.
4543│ │ ├── dolphinscheduler_env.sh script to load environment variables for api-server
4644│ │ └── logback-spring.xml configurations of api-service log
@@ -53,7 +51,6 @@ The directory structure of DolphinScheduler is as follows:
5351│ │ └── jvm_args_env.sh script to set JVM args of DolphinScheduler master-server
5452│ ├── conf
5553│ │ ├── application.yaml configurations of master-server
56- │ │ ├── bootstrap.yaml configurations for Spring Cloud bootstrap, mostly you don't need to modify this,
5754│ │ ├── common.properties configurations of common-service like storage, credentials, etc.
5855│ │ ├── dolphinscheduler_env.sh script to load environment variables for master-server
5956│ │ └── logback-spring.xml configurations of master-service log
@@ -65,7 +62,6 @@ The directory structure of DolphinScheduler is as follows:
6562│ │ └── jvm_args_env.sh script to set JVM args of DolphinScheduler standalone-server
6663│ ├── conf
6764│ │ ├── application.yaml configurations of standalone-server
68- │ │ ├── bootstrap.yaml configurations for Spring Cloud bootstrap, mostly you don't need to modify this,
6965│ │ ├── common.properties configurations of common-service like storage, credentials, etc.
7066│ │ ├── dolphinscheduler_env.sh script to load environment variables for standalone-server
7167│ │ ├── logback-spring.xml configurations of standalone-service log
@@ -88,7 +84,6 @@ The directory structure of DolphinScheduler is as follows:
8884│ │ └── jvm_args_env.sh script to set JVM args of DolphinScheduler worker-server
8985│ ├── conf
9086│ │ ├── application.yaml configurations of worker-server
91- │ │ ├── bootstrap.yaml configurations for Spring Cloud bootstrap, mostly you don't need to modify this,
9287│ │ ├── common.properties configurations of common-service like storage, credentials, etc.
9388│ │ ├── dolphinscheduler_env.sh script to load environment variables for worker-server
9489│ │ └── logback-spring.xml configurations of worker-service log
0 commit comments