@@ -31,16 +31,16 @@ extra_field_defaults = force_list(default=None)
3131
3232
3333## FDSN event webservice URL or shortcut for event data and metadata
34- # It can be an ObsPy supported shortcut (ex., ISC, USGS, RESIF )
35- # or a full URL (ex., http://www.isc.ac.uk/fdsnws/event/1/ )
34+ # It can be an ObsPy supported shortcut (ex., ISC, USGS, EPOSFR )
35+ # or a full URL (ex., http://www.isc.ac.uk)
3636fdsn_event_url = string(default=None)
3737# Optional credentials for fdsn_event_url authentication
3838# Note: restrict file permissions (chmod 600) to protect these values
3939fdsn_event_user = string(default=None)
4040fdsn_event_password = string(default=None)
4141# List of FDSN web service providers to download waveforms and station metadata
42- # They can be ObsPy supported shortcuts (ex., IRIS, SCEDC, RESIF ) or full URLs
43- # (ex., http://service.iris.edu/fdsnws/ ). Leave it as None to use all the
42+ # They can be ObsPy supported shortcuts (ex., IRIS, SCEDC, EPOSFR ) or full URLs
43+ # (ex., http://service.iris.edu). Leave it as None to use all the
4444# providers supported by ObsPy.
4545fdsn_providers = force_list(default=None)
4646# Optional credentials for fdsn_providers authentication.
0 commit comments