aboutsummaryrefslogtreecommitdiff
path: root/bridge/ecosystem.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/ecosystem.config.js')
-rw-r--r--bridge/ecosystem.config.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/bridge/ecosystem.config.js b/bridge/ecosystem.config.js
deleted file mode 100644
index 40073998..00000000
--- a/bridge/ecosystem.config.js
+++ /dev/null
@@ -1,12 +0,0 @@
-module.exports = {
- apps : [{
- name: 'bridge',
- script: './bridge.js',
- env: {
- NODE_ENV: 'development',
- },
- env_production: {
- NODE_ENV: 'production',
- }
- }]
- }