forked from Latand/tgbot_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.conf
More file actions
20 lines (16 loc) · 623 Bytes
/
app.conf
File metadata and controls
20 lines (16 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[program:tgBot]
directory=/home/ubuntu/AstromedTelegramBot
command=python3 app.py
autostart=true
autorestart=true
environment=HOME="/home/ubuntu",USER="ubuntu"
stderr_logfile=/home/ubuntu/AstromedTelegramBot/logfile_err.log
stdout_logfile=/home/ubuntu/AstromedTelegramBot/logfile.log
[program:django_admin]
directory=/home/ubuntu/AstromedTelegramBot
command=python3 django_app.py runserver 0.0.0.0:8000
autostart=true
autorestart=true
environment=HOME="/home/ubuntu",USER="ubuntu"
stderr_logfile=/home/ubuntu/AstromedTelegramBot/logfile_err_django.log
stdout_logfile=/home/ubuntu/AstromedTelegramBot/logfile_django.log