diff --git a/defaults.yaml b/defaults.yaml index 473edcc..ca24d1a 100644 --- a/defaults.yaml +++ b/defaults.yaml @@ -72,18 +72,10 @@ qabel: # Configure countries blacklisted for phone number registration. # https://en.wikipedia.org/wiki/List_of_country_calling_codes - # (Default follows) #SMS_BLACKLISTED_COUNTRIES: # # Cuba # - 53 - # # Iran - # - 98 - # # Best korea - # - 850 - # # Sudan - # - 249 - # # Syria - # - 963 + # ... uwsgi: processes: 2 diff --git a/qabel_index/settings.py b/qabel_index/settings.py index 05c7135..86f8bc1 100644 --- a/qabel_index/settings.py +++ b/qabel_index/settings.py @@ -160,6 +160,32 @@ 249, # Syria 963, + + # France + 33, + # Guadeloupe (including Saint Barthélemy, Saint Martin) + 590, + + # French Guiana + 594, + + # Martinique + 596, + + # Reunion + Mayotte + 262, + + # Saint Pierre and Miquelon + 508, + + # Wallis and Futuna + 681, + + # French Polynesia + 689, + + # New Caledonia, + 687, ) # Enable shallow verification, i.e. do not confirm via verification mails or SMSes.