nextcloud/lib
Damjan Georgievski 982bdb1823 introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)
nextcloud by default uses the `/config/` directory in the source/application tree for its config file(s).
with this commit that directory can be overridden by the `NEXTCLOUD_CONFIG_DIR` environment variable.

in uwsgi, you would use the option `--env "NEXTCLOUD_CONFIG_DIR=/tmp/nx-config/"`
in apache `SetENV …`
and the cli command can be run with: `NEXTCLOUD_CONFIG_DIR=/tmp/nx-config ./occ` (or just use `export` once in the
shell).

NEXTCLOUD_CONFIG_DIR can be supplied with or without the trailing slash (`/`), but in all cases `$configDir` will have
it automatically added if needed.

The other changes are several occurrences of `OC::$SERVERROOT . '/config'` to `OC::$configDir`.
2016-07-29 17:49:14 +02:00
..
composer Update with robin 2016-07-21 18:13:58 +02:00
l10n [tx-robot] updated from transifex 2016-07-27 00:09:48 +00:00
private introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) 2016-07-29 17:49:14 +02:00
public Merge pull request #519 from GitHubUser4234/master 2016-07-28 10:14:34 +02:00
autoloader.php Update with robin 2016-07-21 18:13:58 +02:00
base.php introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) 2016-07-29 17:49:14 +02:00