mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
small improvements
This commit is contained in:
parent
d39ee428f0
commit
ccfb17151b
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ return [
|
|||
Util\ConfigFileLoader::class => [
|
||||
'shared' => true,
|
||||
'constructParams' => [
|
||||
[Dice::INSTANCE => '$basepath']
|
||||
[Dice::INSTANCE => '$basepath'],
|
||||
],
|
||||
],
|
||||
Config\Cache::class => [
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*
|
||||
* Main mapping table of environment variables to correct config values
|
||||
* Main mapping table of environment variables to namespaced config values
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue