rbiswasfc commited on
Commit
f8ca54e
·
2 Parent(s): 747d03a aea660a

Merge branch 'main' of https://huggingface.co/spaces/answerdotai/zotero-weekly

Browse files
Files changed (1) hide show
  1. supervisord.conf +7 -7
supervisord.conf CHANGED
@@ -1,13 +1,13 @@
1
  [supervisord]
2
  nodaemon=true
3
 
4
- [program:main]
5
- command=python main.py
6
- stdout_logfile=/dev/stdout
7
- stdout_logfile_maxbytes=0
8
- stderr_logfile=/dev/stderr
9
- stderr_logfile_maxbytes=0
10
- autostart=true
11
  # autorestart=true
12
 
13
  [program:app]
 
1
  [supervisord]
2
  nodaemon=true
3
 
4
+ # [program:main]
5
+ # command=python main.py
6
+ # stdout_logfile=/dev/stdout
7
+ # stdout_logfile_maxbytes=0
8
+ # stderr_logfile=/dev/stderr
9
+ # stderr_logfile_maxbytes=0
10
+ # autostart=true
11
  # autorestart=true
12
 
13
  [program:app]