Updated config so its the example files for ssl

This commit is contained in:
Adrix
2024-10-27 20:49:04 +02:00
parent 64036ca37a
commit 11d12b6a3d
+3 -3
View File
@@ -64,9 +64,9 @@
"//": "Use HTTPS (For VPS Side Only, Or If You Were To Setup A Type Record To Your Own Public Adress From Your Domain) (You Also Need To Change The Examples In SSl Folder!)",
"bEnableHTTPS": false, "//": "Only Enable if You Have SSL Certificate In The ssl Folder",
"ssl": {
"cert": "./ssl/certificate.crt",
"//ca//": "./ssl/ca_bundle.crt", "//": "Optional (Only If You Have A CA Bundle from your ssl certificate)",
"key": "./ssl/private.key"
"cert": "./ssl/example_certificate.crt",
"//ca//": "./ssl/example_ca_bundle.crt", "//": "Optional (Only If You Have A CA Bundle from your ssl certificate)",
"key": "./ssl/example_private.key"
},
"//": "These are all the events you can add to the game, like the rift in the sky!",