Newer
Older
nextcloud / nextcloud.conf.example
  1. ## nextcloud option
  2.  
  3. # bind address for web port
  4. NEXTCLOUD_WEB_BIND=127.0.0.1
  5.  
  6. # port to bind to
  7. NEXTCLOUD_WEB_PORT=8001
  8.  
  9. # admin user name
  10. NEXTCLOUD_ADMIN_USER=admin
  11.  
  12. # your primary domain
  13. NEXTCLOUD_OVERWRITEHOST="cloud.example.com"
  14.  
  15. # comma seperated list of trusted domains
  16. NEXTCLOUD_TRUSTED_DOMAINS="cloud.example.com c.example.com"
  17.  
  18. ## Timezone one of /usr/share/zoneinfo
  19. TZ=Europe/Berlin