change app name to cao_sunyata
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
###
|
||||
|
||||
[app:main]
|
||||
use = egg:cao_blogr
|
||||
use = egg:cao_sunyata
|
||||
|
||||
pyramid.reload_templates = true
|
||||
pyramid.debug_authorization = false
|
||||
@@ -14,16 +14,16 @@ pyramid.default_locale_name = en
|
||||
pyramid.includes =
|
||||
pyramid_debugtoolbar
|
||||
|
||||
sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
|
||||
sqlalchemy.url = sqlite:///%(here)s/cao_sunyata.sqlite
|
||||
# images location
|
||||
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
|
||||
images_dir = /pyramid10/cao_sunyata/cao_sunyata/static/img/
|
||||
|
||||
# reCaptcha keys
|
||||
site_key = 6LeDvVUgAAAAAOqD_-h93kd5aW8CmpeVvKYu-m0p
|
||||
secret_key = 6LeDvVUgAAAAAGASZXCmcmhh-KtBWTZjXpLpKdNt
|
||||
|
||||
# Mailer configuration
|
||||
# cao_blogr.admin_email = cao.thien-phuoc@orange.fr
|
||||
# cao_sunyata.admin_email = cao.thien-phuoc@orange.fr
|
||||
# mail.host = smtp.orange.fr
|
||||
# mail.port = 25
|
||||
admin_email = contact@meditation-sunyata.paris
|
||||
@@ -41,7 +41,7 @@ retry.attempts = 3
|
||||
# debugtoolbar.hosts = 127.0.0.1 ::1
|
||||
|
||||
[pshell]
|
||||
setup = cao_blogr.pshell.setup
|
||||
setup = cao_sunyata.pshell.setup
|
||||
|
||||
###
|
||||
# wsgi server configuration
|
||||
@@ -49,7 +49,7 @@ setup = cao_blogr.pshell.setup
|
||||
|
||||
[alembic]
|
||||
# path to migration scripts
|
||||
script_location = cao_blogr/alembic
|
||||
script_location = cao_sunyata/alembic
|
||||
file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s
|
||||
# file_template = %%(rev)s_%%(slug)s
|
||||
|
||||
@@ -63,7 +63,7 @@ listen = localhost:6543
|
||||
###
|
||||
|
||||
[loggers]
|
||||
keys = root, cao_blogr, sqlalchemy
|
||||
keys = root, cao_sunyata, sqlalchemy
|
||||
|
||||
[handlers]
|
||||
keys = console
|
||||
@@ -75,10 +75,10 @@ keys = generic
|
||||
level = INFO
|
||||
handlers = console
|
||||
|
||||
[logger_cao_blogr]
|
||||
[logger_cao_sunyata]
|
||||
level = DEBUG
|
||||
handlers =
|
||||
qualname = cao_blogr
|
||||
qualname = cao_sunyata
|
||||
|
||||
[logger_sqlalchemy]
|
||||
level = WARN
|
||||
|
||||
Reference in New Issue
Block a user