auth/configs/example.yml

10 lines
141 B
YAML
Raw Normal View History

---
url: https://example.org/
database:
client: bolt
connection:
2021-10-05 06:58:58 +00:00
filename: ./development.db
server:
host: "127.0.0.1"
2021-10-05 06:58:58 +00:00
port: 3000