Skip to content

Commit

Permalink
Use baseUrl instead of domainName for pod providers
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Aug 1, 2024
1 parent 8cf4087 commit 0a32972
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/pod-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ export const slug = 'apods:domainName';
export default [
{
type: 'apods:PodProvider',
'apods:baseUrl': 'https://bocage.me',
'apods:area': 'Orne, France',
'apods:domainName': 'bocage.me',
'apods:locales': 'fr',
'apods:providedBy': 'SyReeN',
'apods:providedBy': 'SyRéeN',
},
{
type: 'apods:PodProvider',
'apods:baseUrl': 'https://armoise.co',
'apods:area': 'Oise, France',
'apods:domainName': 'armoise.co',
'apods:locales': 'fr',
'apods:providedBy': 'Réseaux de Vie',
},
{
type: 'apods:PodProvider',
'apods:baseUrl': 'https://mypod.store',
'apods:area': 'France',
'apods:domainName': 'mypod.store',
'apods:locales': 'en',
'apods:providedBy': 'Assemblée Virtuelle',
},
Expand Down

0 comments on commit 0a32972

Please sign in to comment.