feat: 동물약 APC 일괄 매핑 (7개 완료)
This commit is contained in:
18
backend/ecosystem.config.js
Normal file
18
backend/ecosystem.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'pharmacy-flask',
|
||||
script: 'python',
|
||||
args: 'app.py',
|
||||
cwd: 'c:\\Users\\청춘약국\\source\\pharmacy-pos-qr-system\\backend',
|
||||
interpreter: 'none',
|
||||
watch: false,
|
||||
autorestart: true,
|
||||
max_restarts: 10,
|
||||
env: {
|
||||
FLASK_ENV: 'production',
|
||||
PYTHONIOENCODING: 'utf-8'
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user