mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-12 06:03:37 +00:00
cec4ed573d
Switched out sqlite3 libs in favour of SQLAlchemy v0.9, will gradually migrate dialects and scheme to be fully SQLAlchemy compliant for using there ORM with sessions instead of direct. Fixed getEpisode function to stop making unrequired scene number conversions on already converted data thats available now from cache.
14 lines
426 B
Text
14 lines
426 B
Text
[global]
|
|
# Uncomment this when you're done developing
|
|
#environment: "production"
|
|
|
|
server.socket_host: "0.0.0.0"
|
|
server.socket_port: 8088
|
|
|
|
# Uncomment the following lines to run on HTTPS at the same time
|
|
#server.2.socket_host: "0.0.0.0"
|
|
#server.2.socket_port: 8433
|
|
#server.2.ssl_certificate: '../test/test.pem'
|
|
#server.2.ssl_private_key: '../test/test.pem'
|
|
|
|
tree.myapp: cherrypy.Application(scaffold.root, "/", "example.conf")
|