You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Update local settings with your environment's values
98
+
```
99
+
89
100
Build and run local:
90
101
91
102
```powershell
@@ -1503,16 +1514,27 @@ From a PowerShell command, use the following commands for the `Prod` environment
1503
1514
1504
1515
## Seeding
1505
1516
1506
-
The .NET `ServerlessMicroservices.Seeder` project contains a seeding command that can be used to seed `drivers`and `passengers`using the `Drivers APIs` and `Passengers APIs`, respectively.
1517
+
The .NET `ServerlessMicroservices.Seeder` project contains a seeding command that can be used to seed `drivers` using the `Drivers APIs`.
1507
1518
1508
-
**Please note** that the `seed` command will seed drivers only if there are no drivers and will seed passengers only if there are no passengers in the solution's database.
1519
+
**Please note** that the `seed` command will seed drivers only if there are no drivers.
1509
1520
1510
1521
> You must set the **EnableAuth** App Setting on the **Drivers** and **Passengers** Function Apps to `false` for the seeder to work.
1511
1522
1512
-
The `seed` command takes 5 non-optional arguments i.e. `ServerlessMicroservices.Seeder.exe seed --seeddriversurl https://ridesharedrivers.azurewebsites.net --seedpassengersurl https://ridesharepassengers.azurewebsites.net`
0 commit comments