Skip to content

Commit 16ba500

Browse files
authored
Merge pull request #594 from dbp/readme-port-fix
Port in .env.example is now 4999; fix README.md
2 parents 8c47c89 + 378b57d commit 16ba500

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and test out the REPL, you only need to edit a few variables. If you want to
1717
use 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

2323
Then 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

4444
If 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

Comments
 (0)