Deploy on Alibaba Cloud
Introduction
Deploy a ready-to-use Authorizer instance on Alibaba Cloud using the Alibaba Cloud Compute Nest service.
Requirements
One-click Deploy
- Select parameters for the type of ECS to deploy
- Choose to create a new dedicated network or use an existing one
- Click Create Now and wait for the service instance to be deployed
Configure for v2
After deployment, configure the required v2 variables in your instance:
./build/server \
--database-type=sqlite \
--database-url=test.db \
--jwt-type=HS256 \
--jwt-secret=test \
--admin-secret=admin \
--client-id=123456 \
--client-secret=secret