Initial commit;

This commit is contained in:
2026-01-17 22:45:02 +03:00
commit 2b8c774d0a
34 changed files with 1728 additions and 0 deletions

20
config/config.dev.yaml Normal file
View File

@@ -0,0 +1,20 @@
server:
host: localhost
port: 3000
origins:
- localhost:3000
database:
host: localhost
port: 32768
name: app-database
user: admin-programmer
password: oK79k(Q#E<#|YuBL6)|TMre9£DE}F2B,t}vYt5D6e<m.7vu<pp
migration_path: ./db/migrations
steam_requester:
request_per_time: 4s
count_per_time: 1
steam_worker:
request_per_time: 10m

20
config/config.prod.yaml Normal file
View File

@@ -0,0 +1,20 @@
server:
host: 0.0.0.0
port: 3000
origins:
- localhost:3000
database:
host: steam_db
port: 5432
name: app-database
user: admin-programmer
password: oK79k(Q#E<#|YuBL6)|TMre9£DE}F2B,t}vYt5D6e<m.7vu<pp
migration_path: ./db/migrations
steam_requester:
request_per_time: 4s
count_per_time: 1
steam_worker:
request_per_time: 10m