Hello,
I’m running Next cloud on a Truenas server. During the change of my IP in the config.php for nextcloud i deleted some lines by mistake and cannot access the page anymore Could somebody show me how a typical config.php file would look like? thanks in advance
Isn’t there a sample in the folder with it? I thought there was.
In any case, here’s one.
<?php
/**
* This configuration file is only provided to document the different
* configuration options and their usage.
*
* DO NOT COMPLETELY BASE YOUR CONFIGURATION FILE ON THIS SAMPLE. THIS MAY BREAK
* YOUR INSTANCE. Instead, manually copy configuration switches that you
* consider important for your instance to your working ``config.php``, and
* apply configuration options that are pertinent for your instance.
*
* This file is used to generate the configuration documentation.
* Please consider following requirements of the current parser:
* * all comments need to start with `/**` and end with ` *\/` - each on their
* own line
* * add a `@see CONFIG_INDEX` to copy a previously described config option
* also to this line
* * everything between the ` *\/` and the next `/**` will be treated as the
* config option
* * use RST syntax
This file has been truncated. show original
thanks a lot
it seem all is ok but still cant acces the page