forked from cgvr/DeltaVR
generated images and models into gitignore
This commit is contained in:
2
3d-generation-pipeline/.env.example
Normal file
2
3d-generation-pipeline/.env.example
Normal file
@@ -0,0 +1,2 @@
|
||||
CLOUDFLARE_ACCOUNT_ID=
|
||||
CLOUDFLARE_API_TOKEN=
|
||||
2
3d-generation-pipeline/.gitignore
vendored
2
3d-generation-pipeline/.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
.venv
|
||||
.env
|
||||
images/
|
||||
models/
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -22,8 +22,8 @@
|
||||
"source": [
|
||||
"load_dotenv()\n",
|
||||
"\n",
|
||||
"ACCOUNT_ID = os.environ[\"CF_ACCOUNT_ID\"]\n",
|
||||
"API_TOKEN = os.environ[\"CF_API_TOKEN\"]"
|
||||
"ACCOUNT_ID = os.environ[\"CLOUDFLARE_ACCOUNT_ID\"]\n",
|
||||
"API_TOKEN = os.environ[\"CLOUDFLARE_API_TOKEN\"]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -8,8 +8,8 @@ from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
ACCOUNT_ID = os.environ["CF_ACCOUNT_ID"]
|
||||
API_TOKEN = os.environ["CF_API_TOKEN"]
|
||||
ACCOUNT_ID = os.environ["CLOUDFLARE_ACCOUNT_ID"]
|
||||
API_TOKEN = os.environ["CLOUDFLARE_API_TOKEN"]
|
||||
|
||||
|
||||
def get_timestamp():
|
||||
|
||||
Reference in New Issue
Block a user