fix: uncomment EnvironmentFile in blockchain-node service to load .env.production
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 2s

This commit is contained in:
aitbc1
2026-03-29 14:11:38 +02:00
parent 8b8d639bf7
commit 6ec83c5d1d
2 changed files with 10 additions and 1 deletions

View File

@@ -2,6 +2,15 @@
"folders": [
{
"path": "../.."
},
{
"path": "../../../../var/lib/aitbc"
},
{
"path": "../../../../etc/aitbc"
},
{
"path": "../../../../var/log/aitbc"
}
]
}