erxes

2.0.2 • Public • Published

Example configs.json

{
    "jwt_token_secret": "token",
    "client_portal_domains": "",
    "elasticsearch": {},
    // environment variables for all back end services
    "be_env" : {
        "OTEL_TRACES_EXPORTER": "otlp",
        "OTEL_METRICS_EXPORTER": "otlp",
        "OTEL_RESOURCE_ATTRIBUTES" : "deployment.name=localhost",
        "OTEL_EXPORTER_OTLP_PROTOCOL" : "grpc",
        "OTEL_EXPORTER_OTLP_ENDPOINT" : "http://127.0.0.1:4317",
        "NODE_OPTIONS" : "--require @opentelemetry/auto-instrumentations-node/register"
    },
    "redis": {
        "password": ""
    },
    "mongo": {
        "username": "",
        "password": ""
    },
    "rabbitmq": {
        "cookie": "",
        "user": "",
        "pass": "",
        "vhost": ""
    },
    "gateway": {
        "extra_env": {
            "INTROSPECTION": "true"
        }
    },
    "plugins": [
        {
            "name": "contacts",
            "ui": "local"
        },
        {
            "name": "zzztest",
            "ui": "local"
        }
    ]
}

Dependents (0)

Package Sidebar

Install

npm i erxes

Homepage

erxes.io

Weekly Downloads

150

Version

2.0.2

License

GNU General Public License v3.0 with Commons Clause

Unpacked Size

24.3 MB

Total Files

4524

Last publish

Collaborators

  • mendorshikh
  • erxeshq
  • enhtuvshin