mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
10 lines
219 B
INI
10 lines
219 B
INI
|
[program:api]
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
command=/usr/bin/dotnet "Api.dll"
|
||
|
directory=/app/Api
|
||
|
environment=ASPNETCORE_URLS="http://+:5001"
|
||
|
redirect_stderr=true
|
||
|
startsecs=15
|
||
|
stdout_logfile=/var/log/bitwarden/api.log
|