mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Fix
This commit is contained in:
parent
84345afabe
commit
005930d16b
2 changed files with 1 additions and 12 deletions
|
@ -35,7 +35,7 @@ $db_type = mysql; // use 1 for postgres, 0 for mysql
|
|||
// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
|
||||
// It can be changed later and only applies to timestamps for anonymous viewers.
|
||||
|
||||
App::$config['system']['timezone'] = '__TIME_ZONE__';
|
||||
App::$config['system']['timezone'] = '__TIMEZONE__';
|
||||
|
||||
// What is your site name? DO NOT ADD A TRAILING SLASH!
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
|
||||
"name": "Hubzilla",
|
||||
"id": "hubzilla",
|
||||
"packaging_format": 1,
|
||||
|
@ -41,16 +40,6 @@
|
|||
{
|
||||
"name": "admin",
|
||||
"type": "user"
|
||||
},
|
||||
{
|
||||
"name": "database",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]",
|
||||
"fr": "Choisissez la database de Hubzilla [mysql:1,postgresql:2]"
|
||||
},
|
||||
"choices": ["1", "2"],
|
||||
"default": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue