chore: fix webservers cloud load env - providers
This commit is contained in:
parent
5e36269671
commit
7bf17a73ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user