Kill db_host, db_name, and db_port from config_spec.ini.
The last bits of mongo. Let me remove them.
This commit is contained in:
parent
8b271c28bd
commit
c96c67ce9e
@ -9,9 +9,6 @@ source_link = string(default="https://gitorious.org/mediagoblin/mediagoblin")
|
||||
media_types = string_list(default=list("mediagoblin.media_types.image"))
|
||||
|
||||
# database stuff
|
||||
db_host = string()
|
||||
db_name = string(default="mediagoblin")
|
||||
db_port = integer()
|
||||
sql_engine = string(default="sqlite:///%(here)s/mediagoblin.db")
|
||||
|
||||
# Where temporary files used in processing and etc are kept
|
||||
|
Loading…
x
Reference in New Issue
Block a user