Skip to content

Commit f3faa6d

Browse files
committed
Merge branch 'master' of github.com:mapbender/mapbender-workshop
2 parents 2781736 + cb3981c commit f3faa6d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

app/config/applications/mapbender_digitize_demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ parameters:
345345
unsaved:
346346
strokeWidth: 3
347347
strokeColor: "#f0f0f0"
348-
fillColor: "#ffff"
348+
fillColor: "#ffffff"
349349
fillOpacity: 0.5
350350
pointRadius: 6
351351
label: 'Neu - bitte speichern'

app/config/parameters.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ parameters:
33
### To avoid suprises, a DSN can be constructed here from parts, at least for the shipping default parameters
44
### Connection definition in config.yml should only use url: '%database_dsn%' though
55
database_driver: pdo_pgsql
6-
database_host: localhost
7-
database_port: 5432
8-
database_name: mapbender
6+
database_host: 'localhost'
7+
database_port: '5432'
8+
database_name: 'mapbender'
99
database_path: ~
10-
database_user: mapbender
10+
database_user: 'mapbender'
1111
database_password: TBD
1212

1313
database2_driver: pdo_pgsql
14-
database2_host: localhost
15-
database2_port: 5432
16-
database2_name: geobasis
14+
database2_host: 'localhost'
15+
database2_port: '5432'
16+
database2_name: 'geobasis'
1717
database2_path: ~
18-
database2_user: user
19-
database2_password: user
18+
database2_user: 'user'
19+
database2_password: 'user'
2020

2121
database3_driver: pdo_pgsql
22-
database3_host: localhost
23-
database3_port: 5432
24-
database3_name: natural_earth2
22+
database3_host: 'localhost'
23+
database3_port: '5432'
24+
database3_name: 'natural_earth2'
2525
database3_path: ~
26-
database3_user: user
27-
database3_password: user
26+
database3_user: 'user'
27+
database3_password: 'user'
2828

2929

3030

0 commit comments

Comments
 (0)