Skip to content

Instantly share code, notes, and snippets.

View renanlido's full-sized avatar
👨‍💻
for(const routine of life) { console.log(routine) } => //family //work //study

Renan Oliveira renanlido

👨‍💻
for(const routine of life) { console.log(routine) } => //family //work //study
View GitHub Profile
@degitgitagitya
degitgitagitya / .env
Last active July 16, 2024 21:01
Next JS + Next Auth + Keycloak + AutoRefreshToken
# KEYCLOAK BASE URL
KEYCLOAK_BASE_URL=
# KEYCLOAK CLIENT SECRET
KEYCLOAK_CLIENT_SECRET=
# KEYCLOAK CLIENT ID
KEYCLOAK_CLIENT_ID=
# BASE URL FOR NEXT AUTH
@diego3g
diego3g / settings.json
Last active July 27, 2024 19:54
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 15,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],