Skip to content

Commit ade4c96

Browse files
authored
Add a line space between classes
1 parent bf7f456 commit ade4c96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configuration/management/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ class DevelopmentConfig(Config):
7373
AWS_S3_BUCKET_NAME = 'aws-s3-bucket-name-for-dev'
7474

7575
DATABASE_URI = 'database-uri-for-dev'
76-
76+
77+
7778
class TestConfig(Config):
7879
DEBUG = True
7980
TESTING = True
@@ -287,4 +288,4 @@ git clone [email protected]/company/api-server.git
287288
...
288289
```
289290

290-
By doing this, you can manage the configuration while taking the advantages of first way and you can also minimize the security risk and manage the configuration easier. Also, especially, as the size of the configuration environment grows larger, it will be more easier and effective that maintain the configuration independently from project repository.
291+
By doing this, you can manage the configuration while taking the advantages of first way and you can also minimize the security risk and manage the configuration easier. Also, especially, as the size of the configuration environment grows larger, it will be more easier and effective that maintain the configuration independently from project repository.

0 commit comments

Comments
 (0)