chore: fix webservers cloud load env - providers
This commit is contained in:
parent
5e36269671
commit
7bf17a73ad
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ async fn up_web_server(webpos: usize) -> Result<()> {
|
||||||
}
|
}
|
||||||
let mut cloud = Cloud::default();
|
let mut cloud = Cloud::default();
|
||||||
env_cloud("*", &mut cloud.env).await?;
|
env_cloud("*", &mut cloud.env).await?;
|
||||||
|
load_cloud_env(&mut cloud).await;
|
||||||
// If not graphQL comment/remove next line
|
// If not graphQL comment/remove next line
|
||||||
let gql_api=graphql::graphql(gql_path, data_dbs.clone(),cors.clone()).await; //.with(cors.clone());
|
let gql_api=graphql::graphql(gql_path, data_dbs.clone(),cors.clone()).await; //.with(cors.clone());
|
||||||
// // Add ALL ENTITIES to work with here
|
// // Add ALL ENTITIES to work with here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue