diff --git a/.env.example b/.env.example index 0b17a06..d1d33c4 100644 --- a/.env.example +++ b/.env.example @@ -2,4 +2,6 @@ DATABASE_URL="postgresql://postgres:postgres@localhost:5432/simple-logging-serve PORT=4500 DEFAULT_NUM_OF_MONTHS_TO_DELETE=8 SERVER_URI="http://localhost:4500" -FREEZE_DB_WRITES="false" \ No newline at end of file +FREEZE_DB_WRITES="false" +GITHUB_CLIENT_ID="xxxx" +GITHUB_CLIENT_SECRET="xxxx" \ No newline at end of file