Skip to content

About Glim. Configuration file

Miguel Cabrerizo edited this page Sep 15, 2022 · 1 revision

Glim can use a configuration file in YAML format. You can add the configurations options line by line. Just use the name of the command flags and the value you want to use. For example:

---
# Client flags
server: "https://192.168.1.136:1323"
username: "admin"

# Server flags
tlscert: /home/sologitops/glim/server.pem
tlskey: /home/sologitops/glim/server.key
rest-addr: "192.168.1.136:1323"
ldap-addr: "192.168.1.136:1636"