fix: HOME is already an env var, so stop using it

This commit is contained in:
silver 2025-03-11 00:01:59 +00:00
parent 36832f0875
commit f193bb5ee9
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 4 additions and 3 deletions

View file

@ -62,7 +62,7 @@
# secret options are in the env file loaded separately
environment_config = {
# basic server stuff
HOME = cfg.home;
DATABASE_HOME = cfg.home;
DATABASE = "database.db";
HOST_PORT = cfg.host_port;
SSH_ROOT = "skynet_old";