Skip to content

Commit 7097d8c

Browse files
committed
Merge padms/3277
2 parents 22fe6fc + 48da67f commit 7097d8c

4 files changed

Lines changed: 1813 additions & 5466 deletions

File tree

search/IndexArchivedNews/readme.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

search/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ From the root of EnergyVision:
2424
To run locally, do the following changes to the root index.ts file, as ManagedIdentity is not working. Make sure you have the right env variables for dev.
2525

2626
```
27-
//import DotenvAzure from 'dotenv-azure'
28-
import { dotenv } from 'dotenv-azure'
29-
30-
/* await new DotenvAzure().config({
31-
allowEmptyValues: true,
32-
debug: false,
33-
})*/
34-
await dotenv.config()
27+
// await loadEnv(logger)
28+
3529
```

0 commit comments

Comments
 (0)