parent
2a4fc17b06
commit
7d32661160
@ -1,2 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"AppSettings": {
|
||||||
|
"database": "sqlite"
|
||||||
|
}
|
||||||
}
|
}
|
@ -1,2 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"AppSettings": {
|
||||||
|
"database": "sqlite"
|
||||||
|
}
|
||||||
}
|
}
|
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
[program:webmvc]
|
||||||
|
command=/root/publish/apps/WebMVC/WebMvc
|
||||||
|
directory=/root/publish/apps/WebMVC/
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
user=root
|
||||||
|
stdout_logfile=/root/publish/logs/webmvc.log
|
||||||
|
stderr_logfile=/root/publish/logs/webmvc.err
|
@ -0,0 +1,8 @@
|
|||||||
|
[program:webspa]
|
||||||
|
command=/root/publish/apps/WebSPA/WebSPA
|
||||||
|
directory=/root/publish/apps/WebSPA/
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
user=root
|
||||||
|
stdout_logfile=/root/publish/logs/webspa.log
|
||||||
|
stderr_logfile=/root/publish/logs/webspa.err
|
Loading…
Reference in new issue