Skip to content

Commit b542c9d

Browse files
authored
Merge pull request amplication#7683 from amplication/fix/billing-client-key
fix(client): billing key
2 parents d294a9c + a437759 commit b542c9d

File tree

1 file changed

+3
-2
lines changed
  • packages/amplication-client

1 file changed

+3
-2
lines changed

packages/amplication-client/.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ NX_REACT_APP_STORAGE_GATEWAY_URL="http://localhost:3002"
66
NX_REACT_APP_PLUGIN_VERSION_USE_LATEST = "true"
77

88
NX_REACT_APP_BILLING_ENABLED="false"
9-
##replace with actual key from segment
10-
# NX_REACT_APP_BILLING_API_KEY=""
9+
## 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
10+
NX_REACT_APP_BILLING_API_KEY="$2b$10$kvZ2zkq7onj/oyxH4vZLKuO1P3E9QKuRmo9z72pzggRtYWv4fkElC:415fb9ff-a378-42d0-a849-dae7daf49646"
11+
1112

1213
##replace with actual key from segment
1314
# NX_REACT_APP_ANALYTICS_API_KEY=""

0 commit comments

Comments
 (0)