Skip to content

Commit

Permalink
revert config file
Browse files Browse the repository at this point in the history
  • Loading branch information
deliciousmonster committed Oct 29, 2024
1 parent 61b3205 commit 8a33613
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
17 changes: 0 additions & 17 deletions src/config/index.base.js

This file was deleted.

14 changes: 13 additions & 1 deletion src/config/index.example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
export default {
studio_version: 'x.x.xx',
env: 'dev',
stripe_public_key: 'pk_test_XXXXXXXXXXXXXXXXXXXXXX',
lms_api_url: 'XXXXXXXXXXXXXXXXXXXXXXXX',
lms_api_url: 'https://dev.harperdbcloudservices.com/',
google_analytics_code: 'UA-XXXXXXXXXXXXX-3',
tc_version: '2020-01-01',
check_version_interval: 300000,
check_user_interval: 900000,
refresh_content_interval: 10000,
free_cloud_instance_limit: 1,
max_file_upload_size: 10380902,
alarm_badge_threshold: 86400,
maintenance: 0,
is_local_studio: process.env.REACT_APP_LOCALSTUDIO, // this is injected at build-time and loads LocalApp.js instead of App.js
local_studio_dev_url: 'http://localhost:9925', // this lets you dev the UI on port 3000 and talk to your local instance on 9925
};

0 comments on commit 8a33613

Please sign in to comment.