Initial seed script is now working

This commit is contained in:
James Tombleson 2023-03-13 22:00:26 -07:00
parent 716e492311
commit 2bea52536c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/local/bin/pwsh
param (
[string] $ApiServer = "http://localhost:5011",
[string] $JsonSecrets = "./seed.secrets.json"