Skip to content

Vintellect/microservice_user_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management

This service is responsible for handling user-related operations within our infrastructure.

Deployment Instructions

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.