Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 23, 2024
1 parent ba778b9 commit 88b1be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
24 changes: 1 addition & 23 deletions compose/tiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,4 @@ services:
- ../envs/.env.tiler-db
- ../envs/.env.tiler-server
restart: always
# ######################################################
# ### Tiler cache cleaner
# ######################################################
# tiler-cache-cleaner:
# image: osmseed-tiler-server:v1
# build:
# context: ../images/tiler-server
# dockerfile: Dockerfile
# volumes:
# - ../images/tiler-server:/go
# - ../data/tiler-imposm-data:/mnt/data/imposm
# depends_on:
# - tiler-db
# - tiler-imposm
# command:
# - sh
# - -c
# - "./expire-watcher.sh"
# # - "sleep 60 && ./expire-watcher.sh"
# env_file:
# - ../envs/.env.tiler-db
# - ../envs/.env.tiler-server
# restart: always

6 changes: 3 additions & 3 deletions images/web/config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ server_url: "openstreetmap.example.com"
# Publisher
#publisher_url: ""
# The generator
generator: "openstreetmap server"
copyright_owner: "openstreetmap and contributors"
generator: "OpenStreetMap server"
copyright_owner: "OpenStreetMap and contributors"
attribution_url: "http://www.openstreetmap.org/copyright"
license_url: "http://opendatacommons.org/licenses/odbl/1-0/"
# Support email address
support_email: "[email protected]"
# Sender addresses for emails
email_from: "openstreetmap <[email protected]>"
email_from: "OpenStreetMap <[email protected]>"
email_return_path: "[email protected]"
# API version
api_version: "0.6"
Expand Down

0 comments on commit 88b1be7

Please sign in to comment.