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

This commit is contained in:
aitbc
2026-04-15 10:23:25 +02:00
parent 3ead8d1399
commit d342c2d5ab
7 changed files with 3 additions and 7 deletions

View File

@@ -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