Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mapserver REST API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miscellaneous
Mapserver REST API
Commits
f54815a4
Commit
f54815a4
authored
11 years ago
by
Wannes Rombouts
Browse files
Options
Downloads
Patches
Plain Diff
Updated mra.yaml sample file.
parent
e9675fc7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mra.yaml.sample
+29
-19
29 additions, 19 deletions
src/mra.yaml.sample
with
29 additions
and
19 deletions
src/mra.yaml.sample
+
29
−
19
View file @
f54815a4
storage:
mapfiles: "/path/to/your/mapfiles/directory"
resources: "/path/to/your/data/directory"
## All default storage paths are relative to mra's root which is described here:
root: "/my/full/path/to/mra/root"
## However, you can specify specific directories for any of those sub-directories.
## They will default to root/sub_directory_name
# services: ""
# available: ""
# resources: ""
## Folowing the same principle, the folowing two directories will
## default to resources/sub_directory_name
# styles: ""
# data: ""
mapserver:
url: "http://127.0.0.1/cgi-bin/mapserv?"
...
...
@@ -9,31 +22,28 @@ mapserver:
wcs_version: "1.0.0"
debug:
# web_debug allows for easy debuging in the the browser, should be deactivated in production.
#
#
web_debug allows for easy debuging in the the browser, should be deactivated in production.
web_debug: False
# Normaly some exceptions are transformed into web errors. (404, ...)
# This can be prevented by setting raise_all to True.
## Normaly some exceptions are transformed into web errors. (404, ...)
## This can be prevented by setting raise_all to True.
raise_all: False
logging:
format: "%(asctime)s %(levelname)7s: (%(funcName)s:%(lineno)s) %(message)s"
file: "./mra.log"
level: "DEBUG"
# Add the logs to the generated output of the webapp by setting web_logs.
web_logs: False
file: "/tmp/mra.log"
level: "INFO"
testing:
# Aditions to the API for testing, should ne deactivated in production.
active: False
# Which map file to use to create new test files.
model: model
## Add the logs to the generated output of the webapp by setting web_logs.
web_logs: False
plugins:
# The paths in this lists will be loaded as plugins.
# A plugin can be a python package, if that is the case it
# should define the __all__ attribute to indicate which modules
# should be handled as plugins. (An example can be found in /plugins)
#
#
The paths in this lists will be loaded as plugins.
#
#
A plugin can be a python package, if that is the case it
#
#
should define the __all__ attribute to indicate which modules
#
#
should be handled as plugins. (An example can be found in /plugins)
loadpaths: [
#
"/path/to/
your/
plugins"
#
"/
my/full/
path/to/plugins"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment