This service is responsible for handling user-related operations within our infrastructure.
To deploy the User Management service, start by copying the example application configuration:
cp example.app.yml app.yml
Next, you need to update the following variables in the .env
file:
SPANNER_INSTANCE: "YOUR-SPANNER_INSTANCE"
SPANNER_DATABASE: "YOUR-USER-DATABASE"
Replace the placeholders (YOUR-SPANNER_INSTANCE
, and YOUR-USER-DATABASE
) with your Spanner instance name, and Spanner database name, respectively.
For a more comprehensive guide on deployment, including detailed steps and additional configurations, please refer to our App Engine Deployment Guide.