diff --git a/config/custom-environment-variables.json b/config/custom-environment-variables.json index c3ac0d80..1a2f8501 100644 --- a/config/custom-environment-variables.json +++ b/config/custom-environment-variables.json @@ -1,8 +1,5 @@ { "WalletConfig": { "lbryAddress": "LBRY_WALLET_ADDRESS" - }, - "AnalyticsConfig":{ - "googleId": "GOOGLE_ANALYTICS_ID" } } \ No newline at end of file diff --git a/config/development.json b/config/development.json new file mode 100644 index 00000000..c1bac572 --- /dev/null +++ b/config/development.json @@ -0,0 +1,8 @@ +{ + "WalletConfig": { + "lbryAddress": "none" + }, + "AnalyticsConfig":{ + "googleId": "UA-100747990-1" + } +} \ No newline at end of file diff --git a/config/production.json b/config/production.json new file mode 100644 index 00000000..95f72955 --- /dev/null +++ b/config/production.json @@ -0,0 +1,8 @@ +{ + "WalletConfig": { + "lbryAddress": "none" + }, + "AnalyticsConfig":{ + "googleId": "UA-60403362-2" + } +} \ No newline at end of file