chore: fix webservers cloud load env - providers

This commit is contained in:
Jesús Pérez Lorenzo 2021-10-13 23:58:29 +01:00
parent 5e36269671
commit 7bf17a73ad

View File

@ -137,6 +137,7 @@ async fn up_web_server(webpos: usize) -> Result<()> {
}
let mut cloud = Cloud::default();
env_cloud("*", &mut cloud.env).await?;
load_cloud_env(&mut cloud).await;
// If not graphQL comment/remove next line
let gql_api=graphql::graphql(gql_path, data_dbs.clone(),cors.clone()).await; //.with(cors.clone());
// // Add ALL ENTITIES to work with here