Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Combind committed Apr 3, 2023
1 parent e96d5fd commit 0d42d3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ MAUTIC_BASE_URL="https://mautic-domain.com"
MAUTIC_PUBLIC_KEY="XXXXXXXXXXXXXXXX"
MAUTIC_SECRET_KEY="XXXXXXXXXX"
MAUTIC_CALLBACK="https://your-domain.com/integration/mautic/callback"
MAUTIC_ENABLED=true
```

## BasicAuth Mautic Setup
Expand All @@ -114,6 +115,7 @@ MAUTIC_VERSION="BasicAuth"
MAUTIC_BASE_URL="https://mautic-domain.com"
MAUTIC_USERNAME="email@email.com"
MAUTIC_PASSWORD="password"
MAUTIC_ENABLED=true
```

## Registering Application (Only OAuth2 Authentication)
Expand Down

0 comments on commit 0d42d3b

Please sign in to comment.