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