Initial commit including .env
This commit is contained in:
26
.env.example
Normal file
26
.env.example
Normal file
@@ -0,0 +1,26 @@
|
||||
# App Config
|
||||
APP_PORT=8081
|
||||
ENV=development
|
||||
JWT_SECRET_KEY=DoormileSuperSecretJWTKey2026!
|
||||
|
||||
# PostgreSQL Database Configuration
|
||||
DB_HOST=31.97.228.132
|
||||
DB_PORT=5433
|
||||
DB_NAME=logistics
|
||||
DB_USER=admin
|
||||
DB_PASSWORD=Package@321#
|
||||
|
||||
# Redis Configuration
|
||||
REDIS_HOST=31.97.228.132
|
||||
REDIS_PORT=6379
|
||||
REDIS_USER=admin
|
||||
REDIS_PASSWORD=Package@321#
|
||||
|
||||
|
||||
$env:PATH += ";C:\Program Files\Docker\Docker\resources\bin"
|
||||
>>
|
||||
>> docker build -t doormile/doormile-backend:latest .
|
||||
>> docker push doormile/doormile-backend:latest
|
||||
>>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user