From 39b72a482f7bd3bc1cc6712ca6f01f254843bf8c Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Wed, 16 Oct 2024 23:21:30 -0300 Subject: [PATCH] Remove env.json --- env.example.json | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 env.example.json diff --git a/env.example.json b/env.example.json deleted file mode 100644 index 1533946..0000000 --- a/env.example.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "backendSecret": { - "tokenSecret": "", - "accessTokenDuration": "", - "refreshTokenDuration": "", - "defaultUserFullName": "", - "defaultUserEmail": "", - "defaultUserUsername": "", - "defaultUserPassword": "", - "googleClientId": "", - "googleClientSecret": "", - "googleRedirectUrl": "", - "githubClientId": "", - "githubClientSecret": "", - "githubRedirectUrl": "" - }, - "frontendSecret": { - "frontendPath": "", - "backendUrl": "", - "backendOAuthUrl": "" - }, - "postgresSecret": { - "postgresDatabase": "", - "postgresUser": "", - "postgresPassword": "" - }, - "redisSecret": { - "redisPassword": "" - }, - "storageSecret": { - "storageType": "", - "awsAccessKeyId": "", - "awsSecretAccessKey": "", - "awsRegion": "", - "awsBucket": "", - "virusCheckerType": "", - "virusCheckerApiKey": "" - } -} \ No newline at end of file