@@ -17,7 +17,7 @@ and test out the REPL, you only need to edit a few variables. If you want to
17
17
use the standalone pyret that comes with the checkout, you can just set
18
18
19
19
```
20
- PYRET="http://localhost:5000 /js/cpo-main.jarr"
20
+ PYRET="http://localhost:4999 /js/cpo-main.jarr"
21
21
```
22
22
23
23
Then you can run
@@ -39,7 +39,7 @@ it doesn't need to be terminated across builds), run:
39
39
$ npm start
40
40
```
41
41
42
- The editor will be served from ` http://localhost:5000 /editor ` .
42
+ The editor will be served from ` http://localhost:4999 /editor ` .
43
43
44
44
If you edit JavaScript or HTML files in ` src/web ` , run
45
45
@@ -75,15 +75,15 @@ At https://console.developers.google.com/project, make a project, then:
75
75
Credentials -> Create Credentials -> OAuth Client Id
76
76
77
77
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 ` .
80
80
81
81
- For ` GOOGLE_API_KEY ` , which is used in the browser to make certain public
82
82
requests when users are not logged in yet:
83
83
84
84
Credentials -> Create Credentials -> API Key -> Browser Key
85
85
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.
87
87
88
88
89
89
- Add the Google Drive API to your project and include the Google Drive API
0 commit comments