mirror of
https://github.com/sortedcord/alemno-payments.git
synced 2026-07-22 04:02:49 +05:30
Implement service-based model for jobs
This commit is contained in:
11
.env.example
11
.env.example
@@ -0,0 +1,11 @@
|
||||
# Database Config
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=alemno_payments
|
||||
|
||||
# Redis Config
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_DB=0
|
||||
|
||||
Reference in New Issue
Block a user