# config.yml

```yaml
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#   _____    ____    ___    _   _    ___    __  __  __   __   #
#  | ____|  / ___|  / _ \  | \ | |  / _ \  |  \/  | \ \ / /   #
#  |  _|   | |     | | | | |  \| | | | | | | |\/| |  \ V /    #
#  | |___  | |___  | |_| | | |\  | | |_| | | |  | |   | |     #
#  |_____|  \____|  \___/  |_| \_|  \___/  |_|  |_|   |_|     #
#                                                             #
#                           WIKI                              #
#                    wiki.halosdev.com                        #
#                                                             #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

database:
  type: 'sqlite' # sqlite, mysql
  address: 'localhost:3306'
  database: 'database'
  username: 'username'
  password: 'password'

vault:
  enabled: false
  linked-currency: 'tokens'

accounts-save:
  save-delay: 120 # in seconds
  log-in-console: true

ranking-update:
  update-time: 300 # in seconds
  log-in-console: true

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.halosdev.com/halos-economy/files/config.yml.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
