Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <[email protected]>
  • Loading branch information
ArchBlood authored Sep 22, 2024
1 parent 63731ca commit c924bc7
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
DB_HOST=your_host
DB_USERNAME=your_username
DB_PASSWORD=your_password
DOMAIN_NAME=your_domain.com
SERVER_IP=your_server_ip
#--- Pretty URLs (Recommended)
HUMHUB_CONFIG.COMPONENTS.URL_MANAGER.SHOW_SCRIPT_NAME=false
HUMHUB_CONFIG.COMPONENTS.URL_MANAGER.ENABLE_PRETTY_URL=true

#--- Debug Mode
HUMHUB_DEBUG=true

#--- Database (Overwrite)
HUMHUB_CONFIG.COMPONENTS.DB.DSN="mysql:host=your_host;dbname=humhub"
HUMHUB_CONFIG.COMPONENTS.DB.USERNAME=your_username
HUMHUB_CONFIG.COMPONENTS.DB.PASSWORD=your_password

#--- Mailer (Overwrite)
HUMHUB_CONFIG.COMPONENTS.MAILER.DSN="smtp://localhost:25"

0 comments on commit c924bc7

Please sign in to comment.