You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							1.1 KiB
						
					
					
				parameters:
 | 
						|
    database_driver: pdo_mysql
 | 
						|
    database_host: 127.0.0.1
 | 
						|
    database_port: ~
 | 
						|
    database_name: chamilo111
 | 
						|
    database_user: root
 | 
						|
    database_password: root
 | 
						|
 | 
						|
    mailer_transport: smtp
 | 
						|
    mailer_host: 127.0.0.1
 | 
						|
    mailer_user: ~
 | 
						|
    mailer_password: ~
 | 
						|
 | 
						|
    # A secret key that's used to generate certain security-related tokens
 | 
						|
    secret: ThisTokenIsNotSoSecretChangeIt
 | 
						|
    password_encryption: sha1
 | 
						|
 | 
						|
    # Activation for multi-url access
 | 
						|
    multiple_access_urls: false
 | 
						|
    # Deny the elimination of users
 | 
						|
    deny_delete_users: false
 | 
						|
    installed: ~
 | 
						|
    password_encryption: sha1
 | 
						|
    sp_bower_bin: '/usr/bin/bower'
 | 
						|
 | 
						|
    url_append: ''
 | 
						|
    sonata_media.cdn.host: /uploads/media
 | 
						|
 | 
						|
    # If you installed Chamilo in http://localhost/chamilo_master
 | 
						|
    # you need to setup like this:
 | 
						|
    # url_append: '/chamilo_master/web/'
 | 
						|
    # sonata_media.cdn.host: /chamilo_master/web/uploads/media
 | 
						|
 | 
						|
    sonata_page.varnish.command: 'if [ ! -r "/etc/varnish/secret" ]; then echo "VALID ERROR :/"; else varnishadm -S /etc/varnish/secret -T 127.0.0.1:6082 {{ COMMAND }} "{{ EXPRESSION }}"; fi;'
 | 
						|
    locales: [en, fr, es, de]
 | 
						|
 |