Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/templates/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endpoint restrictions, placeholders, and flexible configuration.
</p>

<p align="center">
⭐️ Secure · 🔒 Configurable · 🚀 Easy to Deploy with Docker
🔒 Secure · ⭐️ Configurable · 🚀 Easy to Deploy with Docker
</p>

<div align="center">
Expand Down Expand Up @@ -324,6 +324,9 @@ To change the Port which Secured Signal API uses, you need to set `server.port`

To change the Log Level set `logLevel` to: (default: `info`)

<details>
<summary>Log Levels</summary>

| Level |
| ------- |
| `info` |
Expand All @@ -333,6 +336,8 @@ To change the Log Level set `logLevel` to: (default: `info`)
| `fatal` |
| `dev` |

</details>

## Contributing

Found a bug? Want to change or add something?
Expand Down