Bootstrap from registry - part 7
This commit is contained in:
@@ -42,10 +42,10 @@ jemallocator = "0.5.0"
|
||||
[features]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "azure", "nats", "enterprise"]
|
||||
default = ["rocks", "enterprise"]
|
||||
sqlite = ["store/sqlite"]
|
||||
sqlite = ["store/sqlite", "directory/sqlite"]
|
||||
foundationdb = ["store/foundation", "common/foundation"]
|
||||
postgres = ["store/postgres"]
|
||||
mysql = ["store/mysql"]
|
||||
postgres = ["store/postgres", "directory/postgres"]
|
||||
mysql = ["store/mysql", "directory/mysql"]
|
||||
rocks = ["store/rocks"]
|
||||
s3 = ["store/s3"]
|
||||
redis = ["store/redis", "coordinator/redis"]
|
||||
|
||||
Reference in New Issue
Block a user