@@ -17,7 +17,7 @@ and test out the REPL, you only need to edit a few variables. If you want to
1717use the standalone pyret that comes with the checkout, you can just set
1818
1919```
20- PYRET="http://localhost:5000 /js/cpo-main.jarr"
20+ PYRET="http://localhost:4999 /js/cpo-main.jarr"
2121```
2222
2323Then you can run
@@ -39,7 +39,7 @@ it doesn't need to be terminated across builds), run:
3939$ npm start
4040```
4141
42- The editor will be served from ` http://localhost:5000 /editor ` .
42+ The editor will be served from ` http://localhost:4999 /editor ` .
4343
4444If you edit JavaScript or HTML files in ` src/web ` , run
4545
@@ -75,15 +75,15 @@ At https://console.developers.google.com/project, make a project, then:
7575 Credentials -> Create Credentials -> OAuth Client Id
7676
7777 For development, you should set the javascript origins to
78- ` http://localhost:5000 ` and the redirect URI to
79- ` http://localhost:5000 /oauth2callback ` .
78+ ` http://localhost:4999 ` and the redirect URI to
79+ ` http://localhost:4999 /oauth2callback ` .
8080
8181- For ` GOOGLE_API_KEY ` , which is used in the browser to make certain public
8282 requests when users are not logged in yet:
8383
8484 Credentials -> Create Credentials -> API Key -> Browser Key
8585
86- Again, you should use ` http://localhost:5000 ` as the referer for development.
86+ Again, you should use ` http://localhost:4999 ` as the referer for development.
8787
8888
8989- Add the Google Drive API to your project and include the Google Drive API
0 commit comments