location config.php

richardheng

Dabbler
Joined
Apr 26, 2020
Messages
12
Hi there,

Can anyone help out with "FreeBSD" command (using FreeNAS shell) on how to modify the config.php file to add trust domain ? Thanks
 

samuel-emrys

Contributor
Joined
Dec 14, 2018
Messages
136
Hi there,

Can anyone help out with "FreeBSD" command (using FreeNAS shell) on how to modify the config.php file to add trust domain ? Thanks

Once you have the location to the file as per above command, you can edit it using:
Code:
ee /path/to/config.php


Other options:
- vi
- nano

I think only vi and ee are installed by default
 
Top