Initial commit
This commit is contained in:
13
.env
Normal file
13
.env
Normal file
@@ -0,0 +1,13 @@
|
||||
# Database Configuration
|
||||
# Generate a secure password for your database
|
||||
# You can use: openssl rand -base64 32
|
||||
DB_PASSWORD=your_secure_database_password_here
|
||||
|
||||
# Wiki.js Configuration
|
||||
# The domain where your wiki will be accessible
|
||||
# For local development, use localhost:3000
|
||||
# For production, use your actual domain
|
||||
WIKI_URL=http://localhost:3000
|
||||
|
||||
# Optional: Set timezone (default is UTC)
|
||||
TZ=Europe/London
|
||||
Reference in New Issue
Block a user