RavenDb 4 Part 1 - Installation
May 22
2019
You are looking at revision 4 of this page, which may be out of date. View the latest version.
In the RavenDb installation folder (e.g. C:\RavenDB-4.2.0-windows-x64\Server) rename settings.default.json
to settings.json
and replace the contents with:
{
"DataDir": "RavenData",
"License.Eula.Accepted": true,
"Setup.Mode": "Secured",
"Security.Certificate.Path": "server.pfx",
"Security.Certificate.Password": "",
"ServerUrl": "https://0.0.0.0:8080",
"ServerUrl.Tcp": "tcp://0.0.0.0:38888",
"PublicServerUrl": "https://raven1.widgets.com:8080",
"PublicServerUrl.Tcp": "tcp://raven1.widgets.com:38888"
}
Posted by: Wallace Turner
Last revised: 27 May, 2019 05:22 AM History
Last revised: 27 May, 2019 05:22 AM History
You are looking at revision 4 of this page, which may
be out of date. View the latest version.
No new comments are allowed on this post.
Comments
No comments yet. Be the first!