.env config updated, pm2 no-treekill and name added, config.py updated, .conf added to .gitignore, generate nginx configuration added

This commit is contained in:
C
2023-02-09 15:37:13 +05:00
parent 68eebe248d
commit 036d91a630
6 changed files with 72 additions and 7 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ shutil.copy(session_server_titles_file, session_server_titles_destination)
powershell.run_command_no_dir('npm i -g pm2')
# start session server
powershell.run_command('pm2 start app.js', session_server_root_dir)
powershell.run_command('pm2 start app.js --no-treekill --name session-server', session_server_root_dir)
# add to startup
# add to startup
print('\nPackage successfully deployed to: ', deploy_path, '\n')