ports/net-mgmt/semaphore/files/patch-config.json
Steve Wills 094cd2c211 net-mgmt/semaphore: create port
Open Source alternative to Ansible Tower

WWW: https://ansible-semaphore.github.io/semaphore/
2017-03-29 18:16:46 +00:00

13 lines
276 B
JSON

--- config.json.orig 2017-03-28 21:33:04 UTC
+++ config.json
@@ -0,0 +1,10 @@
+{
+ "mysql": {
+ "host": "127.0.0.1:3306",
+ "user": "root",
+ "pass": "",
+ "name": "semaphore"
+ },
+ "session_db": "127.0.0.1:6379",
+ "port": ":3000"
+}