chengshiwen commented on a change in pull request #5092:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/5092#discussion_r596600734



##########
File path: dolphinscheduler-ui/.env
##########
@@ -14,7 +14,7 @@
  # limitations under the License.
 
 # back end interface address
-API_BASE = http://192.168.xx.xx:12345
+API_BASE = http://127.0.0.1:12345

Review comment:
       Do not submit this changes

##########
File path: dolphinscheduler-dao/src/main/resources/datasource.properties
##########
@@ -16,16 +16,16 @@
 #
 
 # postgresql
-spring.datasource.driver-class-name=org.postgresql.Driver
-spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/dolphinscheduler
-spring.datasource.username=test
-spring.datasource.password=test
+#spring.datasource.driver-class-name=org.postgresql.Driver
+#spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/dolphinscheduler
+#spring.datasource.username=test
+#spring.datasource.password=test
 
 # mysql
-#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-#spring.datasource.url=jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
-#spring.datasource.username=xxxx
-#spring.datasource.password=xxxx
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler
+spring.datasource.username=ds_user
+spring.datasource.password=dolphinscheduler

Review comment:
       Do not submit this changes

##########
File path: pom.xml
##########
@@ -383,7 +383,7 @@
                 <groupId>mysql</groupId>
                 <artifactId>mysql-connector-java</artifactId>
                 <version>${mysql.connector.version}</version>
-                <scope>test</scope>
+                <scope>compile</scope>

Review comment:
       Do not submit this changes

##########
File path: dolphinscheduler-ui/src/js/conf/login/App.vue
##########
@@ -138,6 +138,9 @@
       }
     },
     created () {
+      console.log(process.env.NODE_ENV)
+      console.log(process.env.API_BASE)
+      console.log(process.env.VUE_APP_API_BASE)

Review comment:
       Do not submit this changes




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to