Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.16 KB

enabling-3p-services.md

File metadata and controls

33 lines (22 loc) · 1.16 KB
description
Appsmith ships with third party services that improves the app building experience. All third party services are entirely optional.

Enabling Third Party Services

{% hint style="success" %} All third party services are enabled by default in our cloud hosted version. {% endhint %}

Enabling Services for Self Hosting

Our self-hosted version allows you to configure your own keys to enable third party services such as Google OAuth. To enable a service, simply open the folder of your Appsmith installation and edit the docker.env file.

You may need root access to modify the docker.env file.

Restart docker and nginx using the following command

sudo docker-compose rm -fsv appsmith-internal-server nginx && sudo docker-compose up -d

Configuring Third Party Services

Each service requires a specific key or configuration to be enabled. Configure the service of your choice using the following guides