Initial commit
This commit is contained in:
19
config/config.yaml
Normal file
19
config/config.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
server:
|
||||
port: "3000"
|
||||
environment: "development"
|
||||
|
||||
database:
|
||||
driver: "sqlite"
|
||||
sqlite:
|
||||
path: "./data/database.sqlite"
|
||||
postgres:
|
||||
host: "localhost"
|
||||
port: "5432"
|
||||
user: "trace"
|
||||
password: "trace123"
|
||||
dbname: "trace"
|
||||
sslmode: "disable"
|
||||
|
||||
jwt:
|
||||
secret: "your-secret-key-here-change-in-production"
|
||||
expire: 7200
|
||||
Reference in New Issue
Block a user