Security: Don't allow default secret/token config parameters (#80)

This commit is contained in:
Eliot Partridge
2019-09-07 01:59:42 -05:00
committed by GitHub
parent b9d50c2665
commit cba4e94da2
3 changed files with 42 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
"host": "http://localhost:8090/",
"local": "localhost:8090",
"adminLocal": "localhost:8091",
"secret": "gfhfdshtrdhgedryhe4t3y5uwjthr",
"token": "sdlfgihsdor8ghor8dgdrgdegrdg",
"secret": "<some_random_string_here>",
"token": "<some_random_string_here>",
"db": "mongodb://<username>:<password>@localhost:27017/<database_name>",
"oauth": {
"google": {