Cloud build variables. Cloud Build and Cloud Run.

Cloud build variables. For example, at build time, you might.
Cloud build variables Documentation Commerce Commerce on Cloud Infrastructure Guide Aug 8, 2022 · How to pass substitution variables on Google Cloud build to run a dockerfile. Feb 16, 2021 · Adding on Guillaume Blaquiere's answer. Dec 16, 2022 · As per official document you can add a secretEnv field specifying the environment variable in a build. yaml env_variables: TOKEN: super-secret-token And obviously this token is out of git. yaml (on the second step in the code example) to read in variables from your build trigger, set them as env vars, and write all env vars in a local . 0. Some variables may not be set before running a Unity build. Sources: pack build service_name \--env environment_variable. 4 days ago · This page describes how to create a build configuration file that you can use to start a build on Cloud Build. Jul 13, 2022 · In cloud build trigger I created a variable: key _MACHINE_TYPE value: E2_HIGHCPU_8 I set this variable in my cloudbuild. The steps to set up a Could Build Trigger is rather intuitive and straightforward. You can combine environment variables and build arguments to allow environment variables to be configured at build-time. Cloud Build approach sets environment variables for the Cloud Build container that runs the docker build -t command, so in this case only docker build it executes gets APP_ENV variable (and probably doesn't do anything with it). You should not expect this to set environment variable for Cloud Run. Overview of CI/CD principles and how Cloud Build facilitates automation. And the substitution variables are only static (predefined or set at pipeline runtime). Jan 8, 2025 · To set environment variables for local builds, you append the --env flag to the pack command for each environment variable. If you attempt to override these default environment variables during the build process, it will not take effect. EDIT: as request, an example of a dockerfile setting the environment variable: May 1, 2024 · Cloud Build Trigger. You need to pass the --set-env-vars flag to gcloud run deploy if you want Cloud Run to see them. You can add or remove these build environment variables using either the Google Cloud CLI or the Google Cloud console UI. You can write the build Jun 29, 2019 · Screenshot of where to add variables in build triggers. Apr 23, 2022 · In this article we learn how create . Volumes are read-write file paths that you can attach to any build step and access in subsequent steps. yaml file during Google Build. Jul 4, 2019 · 2019-07-04: Update Ended up using options: env: Not perfect since doesn't allow variable in build steps but atleast environments are covered. But when docker executes a docker build it does not by default pass the environment though to the build context. environment_variable을 빌드 시간 중 설정하려는 환경 변수로 바꿉니다. If you don't specify the platform, the cloud builder automatically builds for the architecture matching your local environment. I have a secret token on my App Engine app. See the list of environment variables that control actions in the Adobe Commerce on cloud infrastructure build phase. json file but these then need to be available in the build task. I'll share some insights from my experience and break down how to do it properly. Jan 8, 2025 · Warning: If your Cloud Run service uses service identity to authenticate access to Google Cloud APIs, never set GOOGLE_APPLICATION_CREDENTIALS as an environment variable on a Cloud Run service. Cloud Run functions Apr 16, 2023 · gcloud builds submit --config=cloudbuild. 1. 6. Only /workspace is kept between steps. A simplified example of how to pass those variables to cloud build is outlined below. I've verified that the . The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE". Like this: env_variables: SECRET_KEY: %SECRET_KEY% Apr 30, 2020 · However, when you execute Cloud Build, the platform uses its own service account (in the future, it will be possible to specify the service account that you want to use) Thus, if you grant the Cloud Build service account with the correct role, you don't need to use a key file (which is committed in your Git repository, not a really good practice!) Docker Build Cloud is a service that lets you build your container images faster, both locally and in CI. Do not forget to add the ARG VAR_NAME in the Dockerfile (it is like a placeholder waiting for the --build-arg input). If the variables are used for any static generation (ex: NEXT_PUBLIC_TEST) then they need to be available at your build step (are you using Cloud Build, GH Actions, etc? You’ll need to add your envs whatever the build is happening). However I was looking to have the Cloud Function refer directly to the secrets using the --set-secrets argument. It's set to use a Cloud Build configuration file (this cloudbuild. Build steps are analogous to commands in a script and provide you Environment variables are scoped by function, so are not shared between functions - you need to add separate environment variables for each function even if they are deployed together and/or exist in the same source code file Oct 14, 2022 · Thanks, this worked out almost perfect! One remark for others, if you try to substitute variables (like urls) that already contain forward slashes "/" this won't work, you have to change the delimiter to something else, like "|", for example sed -i "s|##_CONFIG_TYPE##|${_CONFIG_TYPE}|g" app. Scratchers can store number-containing variables in the cloud and build online multiplayer games with cloud variables. Build variables associated with a specific execution of a part of the build process are categorized in their section. Cloud SQL is a fully-managed database service that helps you set up, maintain, manage, and administer your relational databases in the cloud. You might want to track a Jul 29, 2018 · To use environment variables in the args portion of your build steps you need: "a shell to resolve environment variables with $$" (as mentioned in the example code here); and you also need to be careful with your usage of quotes (use single quotes) Oct 1, 2022 · The env section in cloudbuild. You can also update multiple build environment variables using a comma separated list: gcloud functions deploy FUNCTION_NAME--no-gen2 --update-build-env-vars FOO=bar,BAZ=boo. Is it possible to dynamically create these? template { s Nov 3, 2020 · How can I pass environment variables to a Gatsby build task in a Google Cloud Build CI process? Using the substitution variables I can make variables available in the cloudbuild. For example, say you're creating multiple triggers where each trigger deploys your app to a specific environment. To make it possible to share data between all computers running a project, the Scratch team designed a feature called cloud variables. Dec 19, 2024 · Build environment variables are key/value pairs deployed alongside a function that let you pass configuration information to buildpacks. AWS_REGION. – If you choose to enable setting of cloud build variables in that root version. Always configure a user-managed service account instead. This view can show Jun 14, 2019 · I'm looking to setup a environment variables (they don't have to be encrypted) for Cloud Build. yaml to use the build id variable provided by Cloud Build for the tag name and also use a user-defined variable for the region which will be passed in to the build. This makes it easy for you to test your functions locally, especially if you don't have access to the secret value. If you're new to Cloud Build, read the quickstarts and the Build configuration overview first. The final stage can be based on the nginx image, here you copy the built static files bundle and serve using nginx. Cloud Build is a service that executes your builds on Google Cloud infrastructure. Jan 6, 2021 · Hi, could you tell me if there is a list somewhere of what default environment variables we are able to utilise in a shell script for either the Pre or Post build. Environment variables not picked up in build. This cloud build yaml works fine: Jan 4, 2022 · Depending on how your cloud build triggers are set up, the values for the build args can be sourced from substitution variables. yaml sets environment variables for the Cloud Build VM that runs gcloud, not for the Cloud Run containers. To set environment variables such that they are accessible in the build context via a RUN directive, pass your docker build a --build-arg. Below is the list of general build variables. secretEnv[] string SDK de Google Cloud, lenguajes, frameworks y herramientas Infraestructura como código Migración Sitios relacionados close. Jan 8, 2025 · Substitutions are helpful for variables whose value isn't known until build time, or to re-use an existing build request with different variable values. json file, perhaps. env file are not being set correctly within my application. Access GCP Secret during Cloud Build build step. 置換はビルド時まで値が不明な変数を設定する場合や、既存のビルド リクエストを別の変数値で再利用する場合に役立ちます。 Sep 20, 2018 · Substitution variables are empty when cloud build was triggered from github. I Added substitution variable in build trigger. You'll need a build config file if you're starting builds using the gcloud command-line tool or build triggers. Jun 9, 2021 · I tried to reproduce the issue and it works fine for me when the files are in root directory and when I explicitly mention the cloudbuild. secret. Each build configuration has a set of built-in variables, but you can create any number of custom configuration variables to track data that’s important to your build. What is a terraform variables file? A variables file allows you to write configuration that is easier to re-use as variables can replace hard coded values. The identifier of the build in a batch build. The following are the six types of "Merging Events": pull_request; pull_request. sh export GCP_PROJECT_ID=example export GCP_KMS_KEYRING=example-secrets export GCP_KMS_KEYNAME= Feb 4, 2021 · I am trying to substitue variable in app. In step 0, I'm testing that the variables are being read, and that is working without issue ( I can see the secrets in the Cloud Build Log). This page shows you two ways to build your functions for deployment into Cloud Run: Using pack CLI; Using Cloud Build as the remote build system; Function Entry Point. You can specify more than one secret in a build. Página principal de Google Cloud 4 days ago · This page contains information and examples for connecting to a Cloud SQL instance from a service running in Cloud Build. New samples are accepted at reviewer discretion. 예 Jan 8, 2025 · This page explains how to configure Cloud Build to run bash scripts within a build step. The service uses a remote build cache, ensuring fast builds anywhere and for all team members. Nov 26, 2020 · Google Cloud Build yaml docker environment variable. Problem GCP's Cloud build is not substituting Jan 8, 2025 · Note: Cloud Build runs its build steps in a Docker container. handling environment variables when building Docker images with Cloud Build. json. env file dynamically in the Google Cloud Build using substitution variables. yaml. 10. The AWS Region where the build is running (for example, us-east-1). The Docker Desktop Builds view works with Docker Build Cloud out of the box. Cloud Native Build provides some default environment variables that are read-only. Values for environment variables must be declared in the Dockerfile. Aug 28, 2018 · Google Cloud Build is a cloud service that lets you create Continuous Integration, Delivery, and Deployment. An event payload is the body of the event that invokes a trigger. Set cloud build default substitution variables through a shell script. Create a Cloud Build Trigger in your Google project. Feb 9, 2022 · Part 6 of this blog series involved the deployment of a resource group into Azure using Terraform. json file for each server. Oct 30, 2020 · Storing Secrets as cloud build environment variables. io/ Jan 31, 2021 · When setting up your Google App Engine application, you may wonder how to set an environment variable (such as secrets) at build time. Often times we need to have api keys, secrets etc that we need to store securely substitutions は、ビルド時に特定の変数を置き換える場合にビルド構成ファイルの中で使用します。. Google Cloud Build - Pass environment variable for Dockerfile. There are two things. So far Cloud Build is using the Dockerfile to create the Container. The next build step can then populate the app. Build# Build environment variables relate to and control the execution of a build. yaml: steps: # Build Backend image and push with kaniko - name: 'gcr. args: ["install"] entrypoint: npm. env file Mar 28, 2018 · When you set environment variables via env, these envvars are set in the running container. md are ignored Jul 2, 2024 · A list of global environment variable definitions that will exist for all build steps in this build. /some-other-directory Default Environment Variables. The example I'm following from Terraform is static. Add environment variables to app. Oct 6, 2021 · I'm trying to set multiple environment variables on a cloud run module I've created. Alternatively, just do what is specified in version. args: ["run", "create-env"] env: - 'MY_SECRET_KEY=${_MY_SECRET_KEY}' args: ["app", "deploy"] Add create-env script to package. – [Github -> Cloud Build -> Cloud Run] I have a Github Repository with a NodeJS/React application which is connected with Cloud Build. json file, each project that builds will take a turn setting those cloud build variables. Jan 8, 2025 · If you choose a Cloud Build configuration file, you can specify Substitution variables by providing a variable name and the value you want to associate with that variable. I have create a Feature Request in Public Issue Tracker on your behalf where you can track all the updates related to the feature request of hidden keys in Cloud Build. To take control of your build configuration, you can use environment variables to customize parts of your build like the JDK, Maven, and Tomcat. There are different approaches for this, but some of them require updating your server's code as in . target; pull Oct 28, 2020 · You would still need to add the variables to the docker build command. They are all sourced from the same git repository to keep environments identical to each other. An alternative workaround is that you need to use a YAML file and pass it with the gcloud builds submit command. env. You can include substitution variables in the value of the secretVersion field. To use an image from Docker Hub, just specify the name of the image, such as ubuntu . This is perhaps more work than is necessary, and when some projects compute versions differently it can lead to inconsistently defined cloud build variables, based on non 3 days ago · Similar to Cloud Functions emulator support for environment variables, you can override secrets values by setting up a . The following snippet is taken from a working project of my own and correctly accesses the secret, and you can see the difference compared to the normal environment variables:. yaml But if I try to give gcloud builds submit command then it considers the default cloudbuild. Set environment variables Jan 8, 2025 · Substitution variables (optional): If you selected the Cloud Build config file as your build config option, you can choose to define trigger-specific substitution variables using this field. Currently I know about WORKSPACE, but is there any others such as BUILD_TARGET_ID (Build config name e. Google Cloud console UI . The directory which gets submitted is the current directory. To build functions with buildpacks: Include the Functions Framework library. For an example on how to use environment variables for configuring builds, see ENV usage Jun 27, 2019 · Step 1. yaml I was about to give up before I accidentally caught this in the logs: sed: -e expression #1, char The following environment variables are available every time Xcode Cloud starts a build, no matter which actions or start conditions you configure for a workflow: CI. Cloud Build trigger automatically starts a build whenever you make any changes to your source code. From Cloud Build perspective this response [1] mentioned one easy way to list environment variables in a file at Cloud Storage and use the cloud-builders/gsutil to retrieve this file in a build step and copy it to the /workspace directory. yaml file that I want to deploy in the command as shown below: gcloud builds submit --config cloudbuild_qa. Jan 8, 2020 Aug 29, 2021 · Thanks for the input Cadet! I knew it was possible to bring a secret into a Cloud Function by first bringing it into Cloud Build and then interpolating it into an environment variable. May 14, 2021 · It's one of the bad side of Cloud Build. Use it to only run the build script when Xcode Cloud builds your project or workspace. If a variable is defined in both globally and in a build step, the variable will use the build step value. Cloud builds in Docker Desktop. Creating a simple build pipeline using YAML. To use an image from other registries, specify the full registry path of the image, such as gcr. Hot Network Questions Elo difference - the most "improbable" victory Is the danger of space radiation overstated? Jan 8, 2025 · Cloud Build enables you to store parts of your trigger's event payload as a substitution variable. yaml with a cloud build trigger. But I was able to use Secret Manager's secrets in the Dockerfile. The trigger containing the execution rules and pipeline variables can be created via When you execute gcloud builds submit, gcloud submits a build to Cloud Build from the current directory, using the default config file and the default values for all of your user-defined substitution variables. Mar 20, 2020 · Unfortunately, Google Cloud Build doesn't have this feature of hidden keys in Cloud build. By convention variables set in the build trigger must begin with an underscore (_) Configure cloudbuild. io/cloud-builders/gcloud . Here’s how to use Secret Manager to pass a secret to your build: 1. Variables associated with a payload are referred to as bindings and are available for builds invoked by both push and pull events. Jun 8, 2021 · Please read my answer. To build the Nextjs app for production, I include the environment variables in the Dockerfile that is built by Cloud Build. This environment variable is used primarily by the AWS SDKs. Other than that, I'm not using an substitution variables from the GCP UI, only via the substitution line in the cloudbuild. A build config file defines the fields that are needed for Cloud Build to perform your tasks. Feb 23, 2024 · Introduction to YAML syntax for Cloud Build configurations. You can use one or more of the environment variables that are supported by your runtime . yaml in a way they can be easily substituted with build trigger variables. A Boolean value that evaluates to TRUE when the custom build script runs in Xcode Cloud. To update build environment variables using the Google Cloud console: Open the Functions Overview page in the Google Cloud console: Oct 3, 2022 · The gcloud builds submit command doesn't have an option to specify --build-arg. Using Google Cloud Build, how can I set this parameter TOKEN at b Jul 8, 2019 · I'm trying to create a Cloud Build trigger where secret environment variables are encrypted with cloud KMS and stored as a substitution variable in Cloud Build. Jun 30, 2018 · Add options to set basic cloud build variables as well as "all" variables. Basically there are three steps: entrypoint: npm. New samples should come with a README either linking to documentation or explaining how to use the sample directly. patch-partner-metadata; perform-maintenance; remove-iam-policy-binding; remove-labels; remove-metadata; remove-partner-metadata; remove-resource-policies Apr 30, 2021 · If I start Nextjs in dev mode, such that the page is rendered on the server for each request, then the Cloud Run environment variables are used. Learn how to manage the Adobe Commerce application on cloud infrastructure. This trigger gets triggered every time there is a commit to the iron-man folder in the devbranch in the marvel GitLab repo whereas any changes in README. What would be the dangers of saving them as environment variables on the build trigger? Oct 4, 2019 · It is not (yet) possible to create conditional steps in cloud build, as is possible with gitlab-ci for example. Create, view, update, and use secrets within VS Code, IntelliJ, or Cloud Shell with Cloud Code's Secret Manager integration. For each build step, Cloud Build executes a docker container as an instance of docker run. yaml \ --substitutions=_BUCKET_NAME=demo-bucket-name You can also check this documentation on Updating a build trigger which might help. 1 Google cloud - cloubduild and app variabile substitution in trigger Jan 5, 2021 · You must be referring to user-defined substitution variables because default substitutions are automatically defined to you by Cloud Build. In this blog post I go through the process of compiling a variables file. On the Google Cloud Console it is possible to add the substitution variables during the creation process without having to necessarily submit a build. Nov 22, 2023 · After running a Cloud Build process, I've noticed that the environment variables defined in my . The Basic Setup May 8, 2022 · Last time I had to work with Google Cloud Build and App Engine and I saw that there are several discussions around how to use environmental variables on Google App Engine. For example, at build time, you might Jan 8, 2025 · Learn how to use volumes to persist state from one build step to another in Cloud Build. Add environment variable in app. See using Secret Manager secrets with Cloud Build for more information. A build step specifies an action that you want Cloud Build to perform. The recommended way of using secrets during builds on Cloud Build is by loading them in from Secret Manager. It provides the option to link your build trigger Jul 12, 2024 · Managing Secrets and Environment Variables Cloud Build allows you to manage secrets and environment variables securely. Azure Container Apps uses Buildpacks to automatically create a container image that allows you to deploy from your source code directly to the cloud. What we did is to create multiple projects within GCP. env file is correctly created during the build process, but the values seem to be missing when the application runs Jul 25, 2019 · New in Cloud Build: Substitution Variables for GitHub Pull Requests Use variables like _PR_NUMBER and _BASE_BRANCH in your build config when a build is triggered by a pull request. What are cloud variables, KV database, and Simple MMO? Most Scratch games are single-player. I've set a Trigger in Cloud Build to rebuild the docker container, when changes have been made (pushed) to a Branch (let's call the branch cloudrun). Jan 8, 2025 · Build environment variables are key-value pairs that let you pass configuration information to buildpacks when deploying a function from source code. Jan 8, 2025 · Access Secret Manager secrets using environment variables in build steps on Cloud Build. yaml file with the environment variables. You can't pass variable from one step to another one. Feb 9, 2022 · The syntax for assigning secrets to docker args seems to be slightly different to that for normal environment variables. You can change it by running gcloud builds submit . It has nothing to do with Cloud Run, which executes and injects the ENV variables to your application and not to your Build. yaml file and not the cloudbuild_qa. update; pull_request. You could create a project for development, staging and production. 다음과 같이 바꿉니다. Cloud Code. local file. Builds run on cloud infrastructure optimally dimensioned for your workloads, no configuration required. Aug 29, 2018 · Access to Cloud Build variables in App Engine gcp-build npm script. { # A build resource in the Cloud Build API. The intent of this endpoint is to demonstrate how we can make use of environment variables on Cloud Run. Cloud Build and Cloud Run. g. You can't override or set an environment variable at build-time. 2. service_name을 애플리케이션 또는 함수의 서비스 이름으로 바꿉니다. The Cloud Build job completes without error, but when I try and connect to the database, it is coming back as undefined. But I couldn't find a way to do it with gcloud beta builds triggers create. Now that Cloud Build can access the DOPPLER_TOKEN secret, the next step is to create or modify your Cloud Build file to: Install the Doppler CLI; Fetch the DOPPLER_TOKEN secret using the availableSecrets Sep 28, 2021 · My understanding is that it is not possible to directly use a Cloud Run revision's environment variables in the Dockerfile because the build is managed by Cloud Build, which doesn't know about Cloud Run revision before the deployment. Store If a variable is defined in both globally and in # a build step, the variable will use the build step value. cloud build does not recognize build directory argument. yaml), which is being read from my repo. You can run bash scripts within a build step to configure a number of workflows including: Running multiple commands in one build step. Jul 8, 2024 · Below is my cloudbuild. Configuration variables are variables defined on build configurations that Multiplay Hosting uses to generate a server. android-play-store) BUILD_PLATFORM (iOS, Android) Thanks in Advance Jan 8, 2025 · You can build Cloud Run functions using Google Cloud's buildpacks. To learn more about building for multiple platforms, refer to Multi-platform builds. Reading from the filesystem. Feb 22, 2022 · I'm using "Push to a Branch" as the invoking event trigger. Dockerfile is part of cloud build process. This environment variable is used primarily by the AWS CLI. Jan 18, 2020 · If you have multiple environment variables and you insist on listing environment variables on gcloud CLI (instead of writing Service object in YAML + using gcloud alpha run services replace), you can simply repeat --set-env-vars: Jan 8, 2025 · Each of the sections of the build config file defines a part of the task you want Cloud Build to execute: Build steps. May 17, 2020 · Enable these APIs: Cloud Build API, Google Container Registry API and the Cloud Run API. If the README is excessively long, the instructions should be moved to a tutorial and linked from the README. Jun 3, 2020 · Google Cloud Build yaml docker environment variable. yaml file. Adding only the '--build-arg=ENV=$_MY_VARIABLE' argument in the Cloud Build YAML file will not be enough for you to access the variable from the Dockerfile itself since you are giving an input to a placeholder that does not exist. As in your current situation, the substitution variables are only available for you within cloud build and not as a regular environment variable. In this article. This way my cloud build yaml is fairly generic and the same across all environments we're deploying to. In the example below, the user-defined substitution variable _CLOUDSDK_CONTAINER_CLUSTER specifies the cluster to deploy to, and the user-defined substitution variable Nov 28, 2022 · Rewrite the cloudbuild. Using GCP secrets as part of cloud build. Cloud Build provides Oct 16, 2018 · Here is a tutorial on how to securely store env vars in your cloud build (triggers) settings and import them into your app. Paste in the Cloud Build Service Account email address, and select the Secret Manager Secret Accessor IAM role, then click the SAVE button. Add an availableSecrets field to specify the secret version and environment variables to use for your secret. For example, you might want to customize compiler options. How Docker Build Cloud works Mar 8, 2023 · There is a divergence between Google Cloud Console and Gcloud when creating a Cloud Build Trigger. Not able to set environment variable in cloudbuild. With regards to gcloud builds interface, you can set --substitutions flag to specify your user-defined variables but looking at your example, it seems that those aren't fixed. Once it’s built, deployed, and running on Cloud Run then you’ll have access to any CR declared envs at runtime Build# Build environment variables relate to and control the execution of a build. CODEBUILD_BATCH_BUILD_IDENTIFIER. ekmtewr wgdydv gnevj qezf onfj kieeno bylc amzo qhsam tcw
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}