-
Configure environment variables In the project root, create a
.envfile. Add the following lines to define your environment variables:# JWT secret for authentication JWT_SECRET=your_secret_key_here # 42 API OAuth credentials OAUTH_CLIENT_ID=your_42_client_id OAUTH_CLIENT_SECRET=your_42_client_secret OAUTH_REDIRECT_URI=https://[HOST IP]:8443/loginReplace the placeholder values with your actual secrets and configuration.
-
Run Use
make allto create all necessary data folders and run docker compose to start up the containers
-
Notifications
You must be signed in to change notification settings - Fork 2
WriteSomeStuff/Transcendence
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published