Craig
08/19/2020, 8:25 PMjosh
08/19/2020, 8:32 PMGreg Desmarais
08/20/2020, 4:46 AMdebug = "true"
backend = "server"
[server]
[server.ui]
graphql_url = "<http://10.72.112.29:4200/graphql>"
[server.database]
host = "<http://prefect-gdesmarais.cluster-cyx6dhev9iel.us-east-1.rds.amazonaws.com|prefect-gdesmarais.cluster-cyx6dhev9iel.us-east-1.rds.amazonaws.com>"
port = 5432
username = "myaurorausername"
password = "myaurorapassword"
connection_url = "<postgresql://postgres:myaurorausernane@prefect-gdesmarais.cluster-cyx6dhev9iel.us-east-1.rds.amazonaws.com:5432/prefect_gdesmarais>"
[flows]
checkpointing = "true"
[flows.defaults]
[flows.defaults.storage]
default_class = "prefect.engine.results.PrefectResult"
[tasks]
checkpointing = "true"
Nothing private in there...
The host
and connection_url
are built from the writer endpoint name in the DB Identifier with the Regional
role. Hope this helps.