want to connect Redash with my Directus app. both these apps are hosted on same cloudron instance
-
want to connect Redash with my Directus app. both these apps are hosted on same cloudron instance
how to connect redash with directus by getting directus DB host,port, username password etc
from terminal we access like this but i can't enter this information in REDASH. pls note both directus and redash running same cloudron instance on digital ocean
PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} ^C
-
@Jeyakumarrathnaselvi jump on the terminal of the Directus app and run
env | grep POST
, this should give you the credentials you need.