Skip to content

Commit

Permalink
#70 change url to local map style
Browse files Browse the repository at this point in the history
  • Loading branch information
elKei24 authored and RoAnBu committed Dec 13, 2020
1 parent a50ac48 commit 564d453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This short guide focuses on setting up the project using IntelliJ instead of And

|Property|Value|
|---|---|
|Host (within Docker)|db|
|Host (within Docker)|db-postgis|
|Username|postgres|
|Password|postgres|
|Database|ehrenamtskarte|
Expand Down
2 changes: 1 addition & 1 deletion frontend/lib/main_local.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'app.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
runApp(Configuration(
mapStyleUrl: "https://vector.ehrenamtskarte.app/style.json",
mapStyleUrl: "http://10.0.2.2:5002/style.json",
graphqlUrl: "http://10.0.2.2:7000",
child: App()));
}

0 comments on commit 564d453

Please sign in to comment.