Refactor README and Ackee template.toml to use TOML format

- Updated README.md to replace YAML configuration with TOML format for clarity and consistency.
- Modified the Ackee template.toml to correct the host variable from `${main_domain}` to `${domain}` for accurate configuration.
This commit is contained in:
Mauricio Siu
2025-03-30 13:09:45 -06:00
parent 996600bf55
commit 60c1c62264
2 changed files with 14 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ ACKEE_MONGODB = "mongodb://mongo:${MONGO_INITDB_ROOT_PASSWORD}@mongo:27017"
[[config.domains]]
serviceName = "ackee"
port = 3000
host = "${main_domain}"
host = "${domain}"
[config.env]
ACKEE_USERNAME = "${ACKEE_USERNAME}"