mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:06:34 +00:00
add queue offsets to user
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
f (-not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {
|
||||
$arguments = "-Command `"& { Set-ExecutionPolicy Bypass -Scope Process -Force; & '$PSCommand' $($args -join ' ') }`""
|
||||
Start-Process -Verb RunAs -FilePath "powershell.exe" -ArgumentList $arguments
|
||||
exit # Terminate the current non-elevated script
|
||||
}
|
||||
|
||||
& "setx" "foo" "bar"
|
||||
|
||||
setx ASPNETCORE_ConnectionStrings__AzaionDb Host=localhost;Database=azaion;Username=azaion_reader;Password=Az@1on_re@d!only@$Az;
|
||||
setx ASPNETCORE_ConnectionStrings__AzaionDbAdmin Host=localhost;Database=azaion;Username=azaion_admin;Password=Az@1on_admin$$@r;
|
||||
setx ASPNETCORE_JwtConfig__Secret sdkfjghbsdfklhjgvbsdkljfhbvasklhfgsdfvh
|
||||
Reference in New Issue
Block a user