feat(deploy): prompt for service ports at install time; replace hardcoded 5000/5001/5002 with __PORT_*__ placeholders
This commit is contained in:
@@ -13,7 +13,7 @@ ExecStart=%h/manager/bin/DeepDrftManager
|
||||
|
||||
# Non-secret config — hardcoded; no plaintext file needed.
|
||||
Environment=ASPNETCORE_ENVIRONMENT=Production
|
||||
Environment=ASPNETCORE_URLS=http://localhost:5001
|
||||
Environment=ASPNETCORE_URLS=http://localhost:__PORT_MANAGER__
|
||||
|
||||
# Secrets — loaded at startup into $CREDENTIALS_DIRECTORY/.
|
||||
# File lives at %h/.config/credentials/ (deepdrft:deepdrft 600).
|
||||
|
||||
Reference in New Issue
Block a user