X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Flocal.ini.tpl;h=85df0734d080bbe42c1d605cfe775cd3430b80b4;hb=97d164f69eaf4ec057d5e93e4fbcb73334718259;hp=109a7323019d19715639b63beff2dd886f0fa5b4;hpb=2fa6cc000013089d59d9cc221b544ed1a7a4cd37;p=friendica.git diff --git a/view/templates/local.ini.tpl b/view/templates/local.ini.tpl index 109a732301..85df0734d0 100644 --- a/view/templates/local.ini.tpl +++ b/view/templates/local.ini.tpl @@ -4,10 +4,10 @@ ; documentation of their data type and behavior. [database] -hostname = {{$dbhost}} -username = {{$dbuser}} -password = {{$dbpass}} -database = {{$dbdata}} +hostname = "{{$dbhost}}" +username = "{{$dbuser}}" +password = "{{$dbpass}}" +database = "{{$dbdata}}" charset = utf8mb4 ; **************************************************************** @@ -15,9 +15,9 @@ charset = utf8mb4 ; **************************************************************** [config] -php_path = {{$phpath}} +php_path = "{{$phpath}}" -admin_email = {{$adminmail}} +admin_email = "{{$adminmail}}" sitename = Friendica Social Network @@ -27,11 +27,11 @@ register_text = max_import_size = 200000 [system] -urlpath = {{$urlpath}} +urlpath = "{{$urlpath}}" -default_timezone = {{$timezone}} +default_timezone = "{{$timezone}}" -language = {{$language}} +language = "{{$language}}" allowed_themes = vier,quattro,duepuntozero,smoothly,frio theme = vier