mirror of
https://github.com/bitwarden/server.git
synced 2025-01-20 21:31:23 +01:00
11 lines
250 B
INI
11 lines
250 B
INI
[program:identity]
|
|
autostart=true
|
|
autorestart=true
|
|
command=/usr/bin/dotnet "Identity.dll"
|
|
directory=/app/Identity
|
|
environment=ASPNETCORE_URLS="http://+:5005"
|
|
priority=1
|
|
redirect_stderr=true
|
|
startsecs=15
|
|
stdout_logfile=/var/log/bitwarden/identity.log
|