# Privatization deployment

If you want to deploy Authing privately (details here), you need to provide the following information in the configuration file:

faas:
    ACCOUNT_ID: ""
    REGION: ""
    ACCESS_KEY_ID: ""
    ACCESS_KEY_SECRET: ""
    TIMEOUT: 100
    RETRIES: 3
  • ACCOUNT_ID: Alibaba Cloud account ID, select personal avatar in the upper right corner of Alibaba Cloud console, click Security Settings, you can get the account ID on this page. Click here for details (opens new window).

  • REGION: Region, such as cn-beijing, cn-hangzhou.
  • ACCESS_KEY_ID: In the upper right corner of the Alibaba Cloud console, select personal avatar, click AccessKey Management, you can get it on this page.

  • ACCESS_KEY_SECRET: In the upper right corner of the Alibaba Cloud console, select personal avatar, click AccessKey Management, you can get it on this page.
  • TIMEOUT: Upload pipeline function timeout time.
  • RETRIES: The maximum number of retries for uploading the pipeline function.