mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Open Source alternative to Ansible Tower WWW: https://ansible-semaphore.github.io/semaphore/
13 lines
276 B
JSON
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"
|
|
+}
|