Skip to content
Snippets Groups Projects
.env.example 1.72 KiB
Newer Older
  • Learn to ignore specific revisions
  • #--------------------------------------------------------------------
    # Example Environment Configuration file
    # 
    # This file can be used as a starting point for
    
    # your Castopod instance settings.
    
    #
    # For manual configuration:
    #   - copy this file's contents to a file named `.env`
    #   - replace all the default settings with your values
    #   - go to `/cp-install` to complete installation
    #--------------------------------------------------------------------
    
    
    #--------------------------------------------------------------------
    
    #--------------------------------------------------------------------
    
    app.baseURL="https://YOUR_DOMAIN_NAME/"
    
    Benjamin Bellamy's avatar
    Benjamin Bellamy committed
    app.mediaBaseURL="https://YOUR_MEDIA_DOMAIN_NAME/"
    
    #--------------------------------------------------------------------
    
    #--------------------------------------------------------------------
    
    database.default.hostname="localhost"
    database.default.database="castopod"
    database.default.username="root"
    
    Benjamin Bellamy's avatar
    Benjamin Bellamy committed
    database.default.password="****"
    
    #--------------------------------------------------------------------
    
    # Cache configuration (advanced)
    
    # Keep as is if you don't know what this means
    
    #--------------------------------------------------------------------
    
    
    # Redis configuration
    #--------------------------------------------------------------------
    # cache.handler="redis"
    # cache.redis.host="127.0.0.1"
    # cache.redis.password=null
    # cache.redis.port=6379
    # cache.redis.database=0
    
    
    #--------------------------------------------------------------------
    
    # REST API configuration
    #--------------------------------------------------------------------
    # restapi.enabled=true