We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d294a9c + a437759 commit b542c9dCopy full SHA for b542c9d
packages/amplication-client/.env
@@ -6,8 +6,9 @@ NX_REACT_APP_STORAGE_GATEWAY_URL="http://localhost:3002"
6
NX_REACT_APP_PLUGIN_VERSION_USE_LATEST = "true"
7
8
NX_REACT_APP_BILLING_ENABLED="false"
9
-##replace with actual key from segment
10
-# NX_REACT_APP_BILLING_API_KEY=""
+## this is the client key, so it is not secret and it's ok to expose it. This key is essential for the functioning of the application
+NX_REACT_APP_BILLING_API_KEY="$2b$10$kvZ2zkq7onj/oyxH4vZLKuO1P3E9QKuRmo9z72pzggRtYWv4fkElC:415fb9ff-a378-42d0-a849-dae7daf49646"
11
+
12
13
##replace with actual key from segment
14
# NX_REACT_APP_ANALYTICS_API_KEY=""
0 commit comments