Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Bloc de code
themeConfluence
titlelocal.json
{
    "services": {
        "CoAuthoring": {
            "sql": {
                "type": "xxx",
                "dbHost": "xxx",
                "dbPort": "xxx",
                "dbName": "xxx",
                "dbUser": "xxx",
                "dbPass": "xxx"
            },
            "redis": {
                "host": "localhost"
            },
            "token": {
                "enable": {
                    "request": {
                        "inbox": true,
                        "outbox": true
                    },
                    "browser": true
                },
                "inbox": {
                    "header": "Authorization"
                },
                "outbox": {
                    "header": "Authorization"
                }
            },
            "secret": {
                "inbox": {
                    "string": "password"
                },
                "outbox": {
                    "string": "password"
                },
                "session": {
                    "string": "password"
                }
            },
            "autoAssembly": {
                             "enable": true,
                             "interval": "180m"
                        },
            "expire": {
                                "sessionidle":"120m",
                "sessionabsolute":"12h"
                        }
        }
    },
    "rabbitmq": {
        "url": "amqp://guest:guest@localhost"
    },
    "license": {
        "license_file": "/var/www/onlyoffice/Data/license.lic"
    },
    "FileConverter": {
        "converter": {
            "downloadTimeout": 240
        }
    }
}

...