forked from jmug/cactoide
feat: add Github Action to build the image
This commit is contained in:
11
env.prod.example
Normal file
11
env.prod.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Production Environment Variables
|
||||
# Copy this file to .env.prod and update the values
|
||||
|
||||
# Database Configuration
|
||||
POSTGRES_DB=cactoide_production
|
||||
POSTGRES_USER=cactoide_prod
|
||||
POSTGRES_PASSWORD=your_secure_password_here
|
||||
|
||||
# App Configuration
|
||||
NODE_ENV=production
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user