diff --git a/src/main.rs b/src/main.rs index 40b04aa..a26be26 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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