]> git.openstreetmap.org Git - rails.git/blob - config/settings.yml
Allow OAuth 1.0a to be disabled
[rails.git] / config / settings.yml
1 # The server protocol and host
2 server_protocol: "http"
3 server_url: "openstreetmap.example.com"
4 # Publisher
5 #publisher_url: ""
6 # The generator
7 generator: "OpenStreetMap server"
8 copyright_owner: "OpenStreetMap and contributors"
9 attribution_url: "http://www.openstreetmap.org/copyright"
10 license_url: "http://opendatacommons.org/licenses/odbl/1-0/"
11 # Support email address
12 support_email: "openstreetmap@example.com"
13 # Sender addresses for emails
14 email_from: "OpenStreetMap <openstreetmap@example.com>"
15 email_return_path: "openstreetmap@example.com"
16 # API version
17 api_version: "0.6"
18 # Application status - possible values are:
19 #   online - online and operating normally
20 #   api_readonly - site online but API in read-only mode
21 #   api_offline - site online but API offline
22 #   database_readonly - database and site in read-only mode
23 #   database_offline - database offline with site in emergency mode
24 #   gpx_offline - gpx storage offline
25 status: "online"
26 # The maximum area you're allowed to request, in square degrees
27 max_request_area: 0.25
28 # Number of GPS trace/trackpoints returned per-page
29 tracepoints_per_page: 5000
30 # Default limit on the number of changesets returned by the changeset query api method
31 default_changeset_query_limit: 100
32 # Maximum limit on the number of changesets returned by the changeset query api method
33 max_changeset_query_limit: 100
34 # Maximum number of nodes that will be returned by the api in a map request
35 max_number_of_nodes: 50000
36 # Maximum number of nodes that can be in a way (checked on save)
37 max_number_of_way_nodes: 2000
38 # Maximum number of members that can be in a relation (checked on save)
39 max_number_of_relation_members: 32000
40 # The maximum area you're allowed to request notes from, in square degrees
41 max_note_request_area: 25
42 # Default limit on the number of notes returned by the note search api method
43 default_note_query_limit: 100
44 # Maximum limit on the number of notes returned by the note search api method
45 max_note_query_limit: 10000
46 # Maximum value of open issues counter for moderators, anything equal or greater to this value "n" is shown as "n+"
47 max_issues_count: 99
48 # Zoom level to use for postcode results from the geocoder
49 postcode_zoom: 15
50 # Timeout for API calls in seconds
51 api_timeout: 300
52 # Timeout for web pages in seconds
53 web_timeout: 30
54 # Periods (in hours) which are allowed for user blocks
55 user_block_periods: [0, 1, 3, 6, 12, 24, 48, 96, 168, 336, 731, 4383, 8766, 87660]
56 # Account deletion cooldown period (in hours) since last changeset close; null to disable, 0 to make sure there aren't any open changesets when the deletion happens
57 user_account_deletion_delay: null
58 # Rate limit for message sending
59 max_messages_per_hour: 60
60 # Rate limit for friending
61 max_friends_per_hour: 60
62 # Rate limit for changeset comments
63 min_changeset_comments_per_hour: 1
64 initial_changeset_comments_per_hour: 6
65 max_changeset_comments_per_hour: 60
66 moderator_changeset_comments_per_hour: 36000
67 # Rate limit for changes
68 min_changes_per_hour: 100
69 initial_changes_per_hour: 1000
70 max_changes_per_hour: 100000
71 days_to_max_changes: 7
72 importer_changes_per_hour: 1000000
73 moderator_changes_per_hour: 1000000
74 # Domain for handling message replies
75 #messages_domain: "messages.openstreetmap.org"
76 # MaxMind GeoIPv2 database
77 #maxmind_database: ""
78 # Users to show as being nearby
79 nearby_users: 30
80 # Max radius, in km, for nearby users
81 nearby_radius: 50
82 # Spam threshold
83 spam_threshold: 50
84 # Delay diary entries from appearing in the feed for this many hours
85 diary_feed_delay: 0
86 # Default legale (jurisdiction location) for contributor terms
87 default_legale: GB
88 # Location of data for attachments
89 attachments_dir: ":rails_root/public/attachments"
90 # Log file to use
91 #log_path: ""
92 # Log file to use for logstash
93 #logstash_path: ""
94 # List of memcache servers to use for caching
95 #memcache_servers: []
96 # Enable HTTP basic authentication support
97 basic_auth_support: true
98 # Enable OAuth 1.0/1.0a registration
99 oauth_10_registration: true
100 # Enable legacy OAuth 1.0 support
101 oauth_10_support: true
102 # Enable OAuth 1.0a support
103 oauth_10a_support: true
104 # URL of Nominatim instance to use for geocoding
105 nominatim_url: "https://nominatim.openstreetmap.org/"
106 # Default editor
107 default_editor: "id"
108 # OAuth application for the web site
109 #oauth_application: ""
110 # OAuth application for iD
111 #id_application: ""
112 # Imagery to return in capabilities as blacklisted
113 imagery_blacklist: []
114 # URL of Overpass instance to use for feature queries
115 overpass_url: "https://overpass-api.de/api/interpreter"
116 overpass_credentials: false
117 # Routing endpoints
118 graphhopper_url: "https://graphhopper.com/api/1/route"
119 fossgis_osrm_url: "https://routing.openstreetmap.de/"
120 fossgis_valhalla_url: "https://valhalla1.openstreetmap.de/route"
121 # External authentication credentials
122 #google_auth_id: ""
123 #google_auth_secret: ""
124 #google_openid_realm: ""
125 #facebook_auth_id: ""
126 #facebook_auth_secret: ""
127 #github_auth_id: ""
128 #github_auth_secret: ""
129 #microsoft_auth_id: ""
130 #microsoft_auth_secret: ""
131 #wikipedia_auth_id: ""
132 #wikipedia_auth_secret: ""
133 # Thunderforest authentication details
134 #thunderforest_key: ""
135 # Tracestrack authentication details
136 #tracestrack_key: ""
137 # Key for generating TOTP tokens
138 #totp_key: ""
139 # Enforce Content-Security-Policy
140 csp_enforce: false
141 # URL for reporting Content-Security-Policy violations
142 #csp_report_url: ""
143 # Storage services to use in production mode
144 avatar_storage: "local"
145 trace_file_storage: "local"
146 trace_image_storage: "local"
147 trace_icon_storage: "local"
148 # Root URL for storage services
149 # avatar_storage_url:
150 # trace_image_storage_url:
151 # trace_icon_storage_url:
152 # URL for tile CDN
153 #tile_cdn_url: ""
154 # SMTP settings for outbound mail
155 smtp_address: "localhost"
156 smtp_port: 25
157 smtp_domain: "localhost"
158 smtp_enable_starttls_auto: true
159 smtp_tls_verify_mode: "none"
160 smtp_authentication: null
161 smtp_user_name: null
162 smtp_password: null
163 # Matomo settings for analytics
164 #matomo:
165 # Signup rate limits
166 #signup_ip_per_day:
167 #signup_ip_max_burst:
168 #signup_email_per_day:
169 #signup_email_max_burst:
170 # Private key for signing id_tokens
171 #doorkeeper_signing_key: |
172 #  -----BEGIN PRIVATE KEY-----
173 #  ...
174 #  -----END PRIVATE KEY-----