X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config%2Fsfa_config;h=aa2ab292f5e8cd14a3a2377aca0264fe7232e0dc;hb=de9697271869dfd4a488eeb1a9dacb881f7e5f07;hp=f8d59e93cfd683bc2e3f6afe9a77f8fe9d7666e0;hpb=1d15635c313f9fe13a977a347382ab716fd4e52b;p=sfa.git diff --git a/config/sfa_config b/config/sfa_config index f8d59e93..aa2ab292 100644 --- a/config/sfa_config +++ b/config/sfa_config @@ -1,6 +1,3 @@ -# Directory where SFA interfaces are installed -SFA_BASE_DIR="/usr/share/sfa/" - # HRN # Human readable name for the interfaces SFA_INTERFACE_HRN="plc" @@ -73,19 +70,14 @@ SFA_PLC_USER='root@localhost.localdomain' # Password for user account SFA_PLC_PASSWORD='root' -# Hostname -# Fully qualified hostname of PLC interface +# Full URL of PLC interface SFA_PLC_URL='https://localhost:443/PLCAPI/' -# PLC Shell PATH -# This only applies if sfa services and PLC interface are running on the same machine -SFA_PLC_SHELL_PATH='/usr/share/plc_api' - # PLC DB Name SFA_PLC_DB_NAME='planetlab5' # PLC DB Host -SFA_PLC_DB_HOST='www.planet-lab.org' +SFA_PLC_DB_HOST='localhost' # PLC DB port SFA_PLC_DB_PORT=5432 @@ -95,3 +87,7 @@ SFA_PLC_DB_USER='pgsqluser' # PLC DB Password SFA_PLC_DB_PASSWORD='' + +# Directory internal data gets stored +# using /etc/sfa until gec5 but /var/lib/sfa would be a more reasonable choice +SFA_BASE_DIR="/etc/sfa"