feat: update templates

This commit is contained in:
Rogee
2025-01-23 19:00:42 +08:00
parent 00c18afbdd
commit 3642136789
12 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
[App]
Mode = "development"
BaseURI = "baseURI"
[Http]
Port = 8080
[Database]
Host = "10.1.1.1"
Database = "postgres"
Password = "hello"
[JWT]
ExpiresTime = "168h"
SigningKey = "Key"
[HashIDs]
Salt = "Salt"
[Redis]
Host = ""
Port = 6379
Password = "hello"
DB = 0