api key not visible
This commit is contained in:
parent
fcfe1a4df1
commit
b43b68ac4f
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
window.liveSettings = {
|
window.liveSettings = {
|
||||||
api_key: "cf866a61277842b39c897c5a0b5ec075",
|
api_key: CONFIG['transifex_live_api_key'],
|
||||||
picker: "bottom-right",
|
picker: "bottom-right",
|
||||||
detectlang: true,
|
detectlang: true,
|
||||||
autocollect: true
|
autocollect: true
|
||||||
|
|
|
||||||
|
|
@ -29,3 +29,7 @@ test:
|
||||||
|
|
||||||
production:
|
production:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
|
# If you add more providers that do not require a key, you still have to create the 2 variables with sample data
|
||||||
|
|
||||||
|
transifex_live_api_key: ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue