Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # available types MONGO_DB, MYSQL, FLAT_FILE.
- storage-type: "FLAT_FILE"
- mongodb:
- uri-mode: false
- normal:
- host: "127.0.0.1"
- port: 27017
- auth:
- enabled: false
- username: "user"
- password: "pass"
- database: "admin"
- uri:
- connection-string: ""
- mysql:
- host: "127.0.0.1"
- port: 3306
- database: "admin"
- user: "root"
- password: ""
- redis:
- host: "localhost"
- port: 6379
- auth:
- enabled: false
- password: "admin"
Advertisement
Add Comment
Please, Sign In to add comment