zwZjut commented on issue #6998:
URL: 
https://github.com/apache/dolphinscheduler/issues/6998#issuecomment-979133146


   datasource.properties.tpl  deleted in dev and the   envs in 
startup-init-conf.sh  will not take effect
   
   export DATABASE_TYPE=${DATABASE_TYPE:-"postgresql"}
   export DATABASE_DRIVER=${DATABASE_DRIVER:-"org.postgresql.Driver"}
   export DATABASE_HOST=${DATABASE_HOST:-"127.0.0.1"}
   export DATABASE_PORT=${DATABASE_PORT:-"5432"}
   export DATABASE_USERNAME=${DATABASE_USERNAME:-"root"}
   export DATABASE_PASSWORD=${DATABASE_PASSWORD:-"root"}
   export DATABASE_DATABASE=${DATABASE_DATABASE:-"dolphinscheduler"}
   export DATABASE_PARAMS=${DATABASE_PARAMS:-"characterEncoding=utf8"}


-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to