Newer
Older
wordpress / wordpress.conf.example
@Pascal Gollor Pascal Gollor on 24 Dec 2017 325 bytes first commit
  1. ## wordpress option
  2.  
  3. # bind address for web port
  4. WORDPRESS_WEB_BIND=127.0.0.1
  5.  
  6. # port to bind to
  7. WORDPRESS_WEB_PORT=8003
  8.  
  9.  
  10. ## database configuration
  11. # mysql root user password
  12. WORDPRESS_DATABASE_ROOT=changeme
  13.  
  14. # database password
  15. WORDPRESS_DATABASE_PASSWORD=changeme
  16.  
  17.  
  18. ## Timezone one of /usr/share/zoneinfo
  19. TZ=Europe/Berlin