Skip to content

Commit

Permalink
Update webdis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalnomad91 authored Jun 1, 2023
1 parent 34c8369 commit 3e52d0d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions webdis.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

"redis_port": 6379,
"redis_auth": "aslkdjkkjadwkljdaslkjdwqklqajd39821ikdjal",
"ssl": {
"enabled": true,
"ca_cert_bundle": "/etc/letsencrypt/archive/dexcelerate.com/fullchain1.pem",
"client_cert": "/etc/letsencrypt/archive/dexcelerate.com/cert1.pem",
"client_key": "/etc/letsencrypt/archive/dexcelerate.com/privkey1.pem"
},
"http_host": "0.0.0.0",
"http_port": 7379,

Expand All @@ -19,7 +13,12 @@
"websockets": false,

"database": 0,

"ssl": {
"enabled": true,
"ca_cert_bundle": "/etc/letsencrypt/archive/dexcelerate.com/fullchain1.pem",
"client_cert": "/etc/letsencrypt/archive/dexcelerate.com/cert1.pem",
"client_key": "/etc/letsencrypt/archive/dexcelerate.com/privkey1.pem"
},
"acl": [
{
"disabled": ["DEBUG"]
Expand Down

0 comments on commit 3e52d0d

Please sign in to comment.