Conversation
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
There was a problem hiding this comment.
Code Review
This pull request implements Riot Games verification by adding a riot.txt file, configuring a Docker volume mount, and updating the Nginx template to serve the file. Feedback indicates that the .gitignore entry is incorrect and unnecessary for a tracked file, and the riot.txt file needs to contain the actual verification token to be functional.
|
|
||
| .env.staging | ||
|
|
||
| /riot/riot.txt No newline at end of file |
There was a problem hiding this comment.
The path /riot/riot.txt in .gitignore does not match the actual file path nginx/static/riot.txt created in this PR. Furthermore, since the file is being tracked in the repository, adding it to .gitignore will not ignore it unless it is first removed from the git index. If the intention is to track this file, this line should be removed to avoid confusion.
| @@ -0,0 +1 @@ | |||
|
|
|||
No description provided.