fix: HOME is already an env var, so stop using it
This commit is contained in:
parent
36832f0875
commit
f193bb5ee9
2 changed files with 4 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue