Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyTSPrf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
XCG
pyTSPrf
Commits
d4cc78f6c9ad
Commit
d4cc78f6c9ad
authored
9 years ago
by
Patrice Journoud
Browse files
Options
Downloads
Patches
Plain Diff
removed developement.ini (will add sample)
parent
6cf3f4681fd1
Branches
topic/default/dockerfile
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
development.ini
+0
-78
0 additions, 78 deletions
development.ini
with
0 additions
and
78 deletions
development.ini
deleted
100644 → 0
+
0
−
78
View file @
6cf3f468
###
# app configuration
# http://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/narr/environment.html
###
[app:main]
use
=
egg:pytsprf
pyramid.reload_templates
=
true
pyramid.debug_authorization
=
false
pyramid.debug_notfound
=
false
pyramid.debug_routematch
=
false
pyramid.default_locale_name
=
en
pyramid.includes
=
pyramid_debugtoolbar
sqlalchemy.url
=
sqlite:///%(here)s/db.sqlite3
osrm.hostname
=
osrm.domain.org
osrm.scheme
=
http
# By default, the toolbar only appears for clients from IP addresses
# '127.0.0.1' and '::1'.
# debugtoolbar.hosts = 127.0.0.1 ::1
###
# wsgi server configuration
###
[server:main]
use
=
egg:waitress#main
host
=
0.0.0.0
port
=
0000
###
# logging configuration
# http://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/narr/logging.html
###
[loggers]
keys
=
root, pytsprf, connections
[handlers]
keys
=
console, connections
[formatters]
keys
=
generic
[logger_root]
level
=
INFO
handlers
=
[logger_connections]
level
=
INFO
handlers
=
connections
qualname
=
pytsprf.logger.connections
propagate
=
0
[logger_pytsprf]
level
=
DEBUG
handlers
=
connections
qualname
=
pytsprf
propagate
=
0
[handler_connections]
class
=
FileHandler
args
=
('%(here)s/connections.log','a')
level
=
INFO
formatter
=
generic
[handler_console]
class
=
StreamHandler
args
=
(sys.stderr,)
level
=
NOTSET
formatter
=
generic
[formatter_generic]
format
=
%(asctime)s - %(name)s - %(levelname)s - %(message)s
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