File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
# AWS Properties
16
16
"aws_access_key" : "AWS_ACCESS_KEY_ID" ,
17
17
"aws_secret_key" : "AWS_SECRET_ACCESS_KEY" ,
18
- # "aws_s3_bucket_url": "AWS_S3_BUCKET_URL",
19
- # "aws_s3_bucket_name": "AWS_S3_BUCKET_NAME",
20
- # "aws_s3_upload_dir": "AWS_S3_BUCKET_DIR",
18
+ # "aws_s3_bucket_url": "AWS_S3_BUCKET_URL",
19
+ # "aws_s3_bucket_name": "AWS_S3_BUCKET_NAME",
20
+ # "aws_s3_upload_dir": "AWS_S3_BUCKET_DIR",
21
21
22
22
# Database Properties
23
23
"database_url" : "DB_DOMAIN" ,
24
24
"database_username" : "DB_USERNAME" ,
25
25
"database_password" : "DB_PASSWORD" ,
26
26
27
- # # Email Properties
28
- # "email_send_password": "GMAIL_APP_PASSWORD",
29
- # "email_should_send": "GMAIL_APP_ENABLED",
27
+ # Email Properties
28
+ # "email_send_password": "GMAIL_APP_PASSWORD",
29
+ # "email_should_send": "GMAIL_APP_ENABLED",
30
30
31
31
# JWT Properties
32
32
"jwt_secret_key" : "JWT_SECRET_KEY" ,
You can’t perform that action at this time.
0 commit comments