Skip to content

Commit 88c1c35

Browse files
committed
change comment style
1 parent 37c3711 commit 88c1c35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deploy.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
# AWS Properties
1616
"aws_access_key": "AWS_ACCESS_KEY_ID",
1717
"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",
2121

2222
# Database Properties
2323
"database_url": "DB_DOMAIN",
2424
"database_username": "DB_USERNAME",
2525
"database_password": "DB_PASSWORD",
2626

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",
3030

3131
# JWT Properties
3232
"jwt_secret_key": "JWT_SECRET_KEY",

0 commit comments

Comments
 (0)