-
Notifications
You must be signed in to change notification settings - Fork 0
config.ini
Alessandro Gubitosi edited this page Dec 15, 2013
·
1 revision
; NINUXOO CONFIGURATION FILE
[Ninux node]
name = "{1}" ;Ninux node name
map_server_uri = "http://map.ninux.org/select/{2}" ;MapServer permalink
node_type = "{3}" ;Use "hotspot", "active = "true"
[NAS]
name = "{4}" ;NAS name
description = "NAS Rete Comunitaria Ninux - {5}" ;NAS Description
http_root = "http://{6}" ;IP address
root_dir = "/var/www/" ;Absolute root directory that contains Ninuxoo
root_share_dir = "/mnt/NAS/" ;Absolute root directory that contains shared folders
listing_file_dir = "/var/www/API/" ;Server dir that contains the listing of scanned files
;Public shared directories array
nas_shares[] = "/Shared"
;Auto updated data (do not edit)
last_scan_date = ""
last_items_count = 0
last_scanning_time = 0
[Meteo]
station_active = "true"
station_working = "true"
station_name = "Meteo {7}"
;Set the center of map and retrieve its borders
station_city = "{8}"
station_region = "{9}"
station_country = "Italia"
OpenWeatherID = {10}
source_data_uri = "/var/www/API/station.php"
http_root = "http://{6}/Meteo/" ;NAS Meteo Station web uri
;You can retrieve following data from http://www.earthtools.org/
altitude_mt = 0
altitude_ft = 0
default_altitude_unit = "mt"
latitude = {11}
longitude = {12}
show_ninux_nodes = "true"
show_region_area = "true"
refresh_interval = 48000