mirror of
https://github.com/artiemis/artemis.git
synced 2026-02-14 00:21:56 +00:00
15 lines
235 B
JavaScript
15 lines
235 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: "artemis",
|
|
script: "./env/bin/python",
|
|
args: "-m artemis.bot",
|
|
time: true,
|
|
env: {
|
|
PYTHONUNBUFFERED: "1",
|
|
ENV: "production",
|
|
},
|
|
},
|
|
],
|
|
};
|