chore: import upstream snapshot with attribution
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
cp .env.example .env
|
||||
PROJECT_ID=$(gcloud config get-value project)
|
||||
sed -i.old "s/PROJECT_ID=.*/PROJECT_ID=$PROJECT_ID/" .env && rm .env.old
|
||||
echo "Project ID set to $PROJECT_ID in .env file"
|
||||
echo "Please open .env and set the LOCATION, DATA_STORE_ID, and enum values"
|
||||
Reference in New Issue
Block a user