Consolidate environment files - remove production.env and blockchain.env, use only .env and node.env
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled
This commit is contained in:
@@ -10,7 +10,7 @@ Group=root
|
||||
WorkingDirectory=/opt/aitbc
|
||||
Environment=PATH=/usr/bin:/usr/local/bin:/usr/bin:/bin
|
||||
Environment=PYTHONPATH=/opt/aitbc/apps/blockchain-node/src
|
||||
EnvironmentFile=/etc/aitbc/production.env
|
||||
EnvironmentFile=/etc/aitbc/.env
|
||||
EnvironmentFile=/etc/aitbc/node.env
|
||||
|
||||
# Production execution
|
||||
|
||||
Reference in New Issue
Block a user