Keep docker compose conf as default
This commit is contained in:
@@ -10,8 +10,7 @@ class AppConfig {
|
|||||||
factory AppConfig() => _instance;
|
factory AppConfig() => _instance;
|
||||||
|
|
||||||
Future<void> loadConfig() async {
|
Future<void> loadConfig() async {
|
||||||
final response =
|
final response = await rootBundle.loadString('assets/config/front.json');
|
||||||
await rootBundle.loadString('assets/config/front_k8s.json');
|
|
||||||
_config = Map<String, String>.from(json.decode(response));
|
_config = Map<String, String>.from(json.decode(response));
|
||||||
print('Config loaded: $_config');
|
print('Config loaded: $_config');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user