diff --git a/development.env b/development.env deleted file mode 100644 index e71f87806..000000000 --- a/development.env +++ /dev/null @@ -1,4 +0,0 @@ -AIERA_SDK_API_URL=https://api-dev.aiera.com/graphql -AIERA_SDK_ASSET_PATH=bundle/ -AIERA_SDK_PLATFORM=aiera-sdk-dev -AIERA_SDK_VIRTUAL_LIST_KEY=84cd6e10ad72f8f5ee54534d509f9754TzoyNjtFOjE3NjU5MDQxMzIzMzI= \ No newline at end of file diff --git a/example.env b/example.env index 79514749f..d3e48685f 100644 --- a/example.env +++ b/example.env @@ -1,4 +1,13 @@ +#local.env AIERA_SDK_API_URL=http://127.0.0.1:5001/graphql + +#development.env +AIERA_SDK_API_URL=https://api-dev.aiera.com/graphql + +#production.env +AIERA_SDK_API_URL=https://api.aiera.com/graphql + +#rest AIERA_SDK_ASSET_PATH=bundle/ AIERA_SDK_PLATFORM=aiera-sdk-dev AIERA_SDK_VIRTUAL_LIST_KEY=your_key_here \ No newline at end of file diff --git a/local.env b/local.env deleted file mode 100644 index b972971ef..000000000 --- a/local.env +++ /dev/null @@ -1,4 +0,0 @@ -AIERA_SDK_API_URL=http://127.0.0.1:5001/graphql -AIERA_SDK_ASSET_PATH=bundle/ -AIERA_SDK_PLATFORM=aiera-sdk-dev -AIERA_SDK_VIRTUAL_LIST_KEY=84cd6e10ad72f8f5ee54534d509f9754TzoyNjtFOjE3NjU5MDQxMzIzMzI= \ No newline at end of file diff --git a/production.env b/production.env deleted file mode 100644 index c9ae53a27..000000000 --- a/production.env +++ /dev/null @@ -1,4 +0,0 @@ -AIERA_SDK_API_URL=https://api.aiera.com/graphql -AIERA_SDK_ASSET_PATH=bundle/ -AIERA_SDK_PLATFORM=embedded -AIERA_SDK_VIRTUAL_LIST_KEY=84cd6e10ad72f8f5ee54534d509f9754TzoyNjtFOjE3NjU5MDQxMzIzMzI= \ No newline at end of file