Spacing issues

This commit is contained in:
Brusk Hamarash 2021-09-29 00:27:52 +03:00
parent 04d769a0da
commit 03e6710b71
No known key found for this signature in database
GPG Key ID: 509F705341F6504F

View File

@ -109,9 +109,9 @@ As for naming convention, the following format must be used:
```json
{
"MONGODB": {
"REPLICA_URL": ['', '', '']
}
"MONGODB": {
"REPLICA_URL": ["", "", ""]
}
}
```