You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/11/25 11:42:36 UTC

[GitHub] [dolphinscheduler] zwZjut commented on issue #6998: [Bug] [dolphin-api] api start failed in k8s

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org