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. # comma seperated list of trusted domains
  13. NEXTCLOUD_TRUSTED_DOMAINS="betacloud.pgollor.de"
  14.  
  15. ## Timezone one of /usr/share/zoneinfo
  16. TZ=Europe/Berlin