Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mapbender/mapbender-workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
astroidex committed Sep 28, 2022
2 parents 2781736 + cb3981c commit f3faa6d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/config/applications/mapbender_digitize_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ parameters:
unsaved:
strokeWidth: 3
strokeColor: "#f0f0f0"
fillColor: "#ffff"
fillColor: "#ffffff"
fillOpacity: 0.5
pointRadius: 6
label: 'Neu - bitte speichern'
Expand Down
28 changes: 14 additions & 14 deletions app/config/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ parameters:
### To avoid suprises, a DSN can be constructed here from parts, at least for the shipping default parameters
### Connection definition in config.yml should only use url: '%database_dsn%' though
database_driver: pdo_pgsql
database_host: localhost
database_port: 5432
database_name: mapbender
database_host: 'localhost'
database_port: '5432'
database_name: 'mapbender'
database_path: ~
database_user: mapbender
database_user: 'mapbender'
database_password: TBD

database2_driver: pdo_pgsql
database2_host: localhost
database2_port: 5432
database2_name: geobasis
database2_host: 'localhost'
database2_port: '5432'
database2_name: 'geobasis'
database2_path: ~
database2_user: user
database2_password: user
database2_user: 'user'
database2_password: 'user'

database3_driver: pdo_pgsql
database3_host: localhost
database3_port: 5432
database3_name: natural_earth2
database3_host: 'localhost'
database3_port: '5432'
database3_name: 'natural_earth2'
database3_path: ~
database3_user: user
database3_password: user
database3_user: 'user'
database3_password: 'user'



Expand Down

0 comments on commit f3faa6d

Please sign in to comment.