The Wine Information service is dedicated to ensuring the accessibility of wine data within our system. This service is the key to providing comprehensive wine-related information to our users.
To deploy the wine 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:
USER_MICROSERVICES: "YOUR-URL-USER-MANAGMENT"
SPANNER_INSTANCE: "YOUR-SPANNER_INSTANCE"
SPANNER_DATABASE: "YOUR-WINE-DATABASE"
Replace the placeholders (YOUR-URL-USER-MANAGMENT
, YOUR-SPANNER_INSTANCE
, and YOUR-WINE-DATABASE
) with your actual service URL, 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.