|
|
@ -17,7 +17,7 @@ class DatabaseConfig { |
|
|
static const int maxConnections = 10; |
|
|
static const int maxConnections = 10; |
|
|
static const int minConnections = 2; |
|
|
static const int minConnections = 2; |
|
|
|
|
|
|
|
|
static bool get isDevelopment => true; |
|
|
static bool get isDevelopment => false; |
|
|
|
|
|
|
|
|
static Map<String, dynamic> getConfig() { |
|
|
static Map<String, dynamic> getConfig() { |
|
|
if (isDevelopment) { |
|
|
if (isDevelopment) { |
|
|
|