first commit
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# Docker Compose Environment Variables
|
||||
# Copy this file to .env and fill in your actual values
|
||||
# WARNING: Never commit the actual .env file to version control
|
||||
|
||||
# PostgreSQL Configuration
|
||||
POSTGRES_USER=collab
|
||||
POSTGRES_PASSWORD=your_secure_password_here
|
||||
POSTGRES_DB=collaboration
|
||||
Reference in New Issue
Block a user