diff --git a/data-client/.env.example b/data-client/.env.example new file mode 100644 index 00000000..3a750872 --- /dev/null +++ b/data-client/.env.example @@ -0,0 +1,11 @@ +# Your application's client ID +CLIENT_ID='your_client_id' + +# Your application's secret key +CLIENT_SECRET='your_client_secret' + +# Your OpenAI API key +OPENAI_API_KEY='your_openai_api_key' + +# URL where your data client runs. Do not include trailing slashes. +NEXT_PUBLIC_BACKEND_URL='https://your_data_client_url' diff --git a/designer-extension/.env.example b/designer-extension/.env.example new file mode 100644 index 00000000..3a750872 --- /dev/null +++ b/designer-extension/.env.example @@ -0,0 +1,11 @@ +# Your application's client ID +CLIENT_ID='your_client_id' + +# Your application's secret key +CLIENT_SECRET='your_client_secret' + +# Your OpenAI API key +OPENAI_API_KEY='your_openai_api_key' + +# URL where your data client runs. Do not include trailing slashes. +NEXT_PUBLIC_BACKEND_URL='https://your_data_client_url'