Adds Example of Secrets File
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
.vscode/
|
||||
|
||||
**/*.json
|
||||
!**/*.example.json
|
||||
|
||||
**/cert-manager-certificate.yaml
|
||||
|
||||
|
||||
39
env.example.json
Normal file
39
env.example.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user