nextcloud/lib
Damjan Georgievski cc8b508987
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-08-26 12:31:43 +02:00
..
composer Recreate the composer autoloader files 2016-08-15 13:38:22 +02:00
l10n [tx-robot] updated from transifex 2016-08-17 13:32:21 +00:00
private introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) 2016-08-26 12:31:43 +02:00
public Validate the operation 2016-08-22 09:03:47 +02:00
autoloader.php Run the license script 2016-07-22 11:40:41 +02:00
base.php introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) 2016-08-26 12:31:43 +02:00