mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.startup: Rename credentials path variable too
This commit is contained in:
parent
9db7569abc
commit
97884eb956
2 changed files with 3 additions and 3 deletions
|
@ -271,7 +271,7 @@ function startup.init_global_state()
|
|||
config = CFG_CONFIGDIR or ".";
|
||||
plugins = CFG_PLUGINDIR or "plugins";
|
||||
data = "data";
|
||||
secrets = os.getenv("CREDENTIALS_DIRECTORY");
|
||||
credentials = os.getenv("CREDENTIALS_DIRECTORY");
|
||||
};
|
||||
|
||||
prosody.arg = _G.arg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue