diff --git a/docs/config.rst b/docs/config.rst index 186a3695..7280fae2 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -475,7 +475,7 @@ configuration:: class Config(object): DEBUG = False TESTING = False - DATABASE_URI = 'sqlite://:memory:' + DATABASE_URI = 'sqlite:///:memory:' class ProductionConfig(Config): DATABASE_URI = 'mysql://user@localhost/foo'