add pandora.site.https
This commit is contained in:
parent
ab5820c48f
commit
47aee099b1
4 changed files with 13 additions and 9 deletions
|
@ -655,6 +655,7 @@
|
|||
// E-mail address uses by the system (from)
|
||||
"system": "0xDB@0xDB.org"
|
||||
},
|
||||
"https": true,
|
||||
"id": "0xdb",
|
||||
"name": "0xDB",
|
||||
"url": "0xDB.org",
|
||||
|
@ -670,8 +671,8 @@
|
|||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma"},
|
||||
{"name": "Pad.ma", "url": "pad.ma"}
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma", "https": true},
|
||||
{"name": "Pad.ma", "url": "pad.ma", "https": true}
|
||||
],
|
||||
"themes": ["oxlight", "oxmedium", "oxdark"],
|
||||
"timelines": [
|
||||
|
|
|
@ -655,6 +655,7 @@
|
|||
// E-mail address uses by the system (from)
|
||||
"system": "system@indiancine.ma"
|
||||
},
|
||||
"https": true,
|
||||
"id": "indiancinema",
|
||||
"name": "Indiancine.ma",
|
||||
"url": "indiancine.ma",
|
||||
|
@ -668,8 +669,8 @@
|
|||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
{"name": "Pad.ma", "url": "pad.ma"},
|
||||
{"name": "OxDB", "url": "0xdb.org"}
|
||||
{"name": "Pad.ma", "url": "pad.ma", "https": true},
|
||||
{"name": "OxDB", "url": "0xdb.org", "https": true}
|
||||
],
|
||||
"themes": ["oxlight", "oxmedium", "oxdark"],
|
||||
"timelines": [
|
||||
|
|
|
@ -572,6 +572,7 @@
|
|||
// E-mail address uses by the system (from)
|
||||
"system": "system@pad.ma"
|
||||
},
|
||||
"https": true,
|
||||
"id": "padma",
|
||||
"name": "Pad.ma",
|
||||
"url": "pad.ma",
|
||||
|
@ -587,8 +588,8 @@
|
|||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma"},
|
||||
{"name": "OxDB", "url": "0xdb.org"}
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma", "https": true},
|
||||
{"name": "OxDB", "url": "0xdb.org", "https": true}
|
||||
],
|
||||
"themes": ["oxlight", "oxmedium", "oxdark"],
|
||||
"timelines": [
|
||||
|
|
|
@ -492,6 +492,7 @@
|
|||
// E-mail address uses by the system (from)
|
||||
"system": "system@pandora.local"
|
||||
},
|
||||
"https": false,
|
||||
"id": "pandora",
|
||||
"name": "Demo",
|
||||
"url": "pandora.local",
|
||||
|
@ -507,9 +508,9 @@
|
|||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
{"name": "0xDB", "url": "0xdb.org"},
|
||||
{"name": "Pad.ma", "url": "pad.ma"},
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma"}
|
||||
{"name": "0xDB", "url": "0xdb.org", "https": true},
|
||||
{"name": "Pad.ma", "url": "pad.ma", "https": true},
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma", "https": true}
|
||||
],
|
||||
"themes": ["oxlight", "oxmedium", "oxdark"],
|
||||
"timelines": [
|
||||
|
|
Loading…
Reference in a new issue