mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Make the app private by default
This commit is contained in:
parent
15c92da9fc
commit
f3c0e2f5e4
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
"fr": "Est-ce un site Shaarli public ?"
|
"fr": "Est-ce un site Shaarli public ?"
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "Yes"
|
"default": "No"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
"fr": "Cette instance est elle privée ?"
|
"fr": "Cette instance est elle privée ?"
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "No"
|
"default": "Yes"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue