fc
This commit is contained in:
parent
0015585819
commit
b778d91196
88 changed files with 84184 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=AppAIBuildTest TEST Environment
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
WorkingDirectory=/opt/appaibuiltest-test/app
|
||||
ExecStart=/opt/appaibuiltest-test/app/AppAIBuildTest
|
||||
Environment=ASPNETCORE_URLS=http://127.0.0.1:5100
|
||||
Environment=ASPNETCORE_ENVIRONMENT=Staging
|
||||
User=dotnet-service
|
||||
Group=dotnet-service
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
SyslogIdentifier=appaibuiltest-test
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=AppAIBuildTest PRODUCTION Environment
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
WorkingDirectory=/opt/appaibuiltest/app
|
||||
ExecStart=/opt/appaibuiltest/app/AppAIBuildTest
|
||||
Environment=ASPNETCORE_URLS=http://127.0.0.1:5105
|
||||
Environment=ASPNETCORE_ENVIRONMENT=Production
|
||||
User=dotnet-service
|
||||
Group=dotnet-service
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
SyslogIdentifier=appaibuiltest
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue