fleet/tools/example_config.json
Jason Meller 5ad7c07e0c Dockerize app (#32)
This commit adds both a Dockerfile and updates the docker-compose.yml with local mounting so that you can standup a consistent dev environment. Please view the project README for more information.
2016-08-04 11:41:18 -04:00

21 lines
383 B
JSON

{
"mysql": {
"address": "mysql:3306",
"username": "kolide",
"password": "kolide",
"database": "kolide"
},
"server": {
"address": ":8080",
"cert": "./tools/kolide.crt",
"key": "./tools/kolide.key"
},
"app": {
"bcrypt_cost": 12,
"salt_length": 32,
"jwt_key": "very secure"
},
"osquery": {
"enroll_secret": "super secure"
}
}