Skip to content

Commit

Permalink
Merge pull request #8 from Qichen-Liu/holly
Browse files Browse the repository at this point in the history
add configuration reminder in readme
  • Loading branch information
Qichen-Liu authored Dec 19, 2023
2 parents e1a5cbb + 84b0603 commit eb79468
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ We welcome contributions! If you're interested in helping improve EasyFurniture,

We take the security of our application seriously. If you discover any security-related issues, please email one of the team members instead of using the issue tracker.

## Configuration Reminder for Google Authentication

**Important**: If you are setting up this project for development or production, you need to configure Google Authentication with your own Google account credentials.
In your project's configuration file(configs/config.js), replace the **GOOGLE_CLIENT_ID** and **GOOGLE_CLIENT_SECRET** values with the ones obtained from the Google Developer Console.
Remember to keep your client ID secure and do not commit it to public repositories.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Expand Down

0 comments on commit eb79468

Please sign in to comment.