blob: 3d424c78f140aa7e85d3973ea9aff8b1737bbb7b [file] [log] [blame]
; OODT Balance
; Web Application Base Framework
;
; Application Configuration File. This file should be called 'config.ini' and
; should reside in the root directory of your site. This file follows standard
; ini file conventions. Lines beginning with ';' are comments and are ignored.
;
[Application Environment]
; site_root
; If the site lives at the document root of the server, this will be '/'. On
; the other hand, if the site lives in a sub-directory of the document root,
; this will be the full path (starting from the document root) to the root
; directory of the site. Always start with a slash (/) and always omit the
; trailing slash.
;
; examples:
; (document root) http://domain.com/ (site_root: '/')
; (subdirectory) http://domain.com/apps/site (site_root: '/apps/site')
;
; Note: The value for site_root should always match the value for 'RewriteBase'
; in the .htaccess file located in the site's root directory.
;
site_root = /
[Application Content]
; views_dir
; This is the directory inside your site root where your application's views
; reside. This should be a relative path (./). If you have set things up
; according to the instructions, the framework will use the location of this
; file (config.ini) as the base.
;
; Note: The value provided is simply an example. It is up to you to provide
; valid paths.
views_dir = ./views
; header_file_path
; This is the file that contains a site-wide header code/layout to be included
; in each view. This should be a relative path (./). If you have set things up
; according to the instructions, the framework will use the location of this
; file (config.ini) as the base.
;
; Note: The value provided is simply an example. It is up to you to provide
; valid paths.
header_file_path = ./views/common/header.php
; footer_file_path
; This is the file that contains a site-wide footer code/layout to be included
; in each view. This should be a relative path (./). If you have set things up
; according to the instructions, the framework will use the location of this
; file (config.ini) as the base.
;
; Note: The value provided is simply an example. It is up to you to provide
; valid paths.
footer_file_path = ./views/common/footer.php
[RCMET_CONFIG]
rcmet_working_directory = /path/to/working/directory
rcmet_cache_directory = /path/to/cache/directory
rcmet_service_url_base = http://host:port
rcmet_service_use_curl = false
rcmed_query_api_url_base = http://rcmes.jpl.nasa.gov/query-api