mirror of
				https://github.com/peeringdb/peeringdb.git
				synced 2024-05-11 05:55:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			60 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
 | 
						|
home: {{environ.HOME}}/srv/dev.peeringdb.com
 | 
						|
 | 
						|
release_env: dev
 | 
						|
 | 
						|
contact:
 | 
						|
  email: {{environ.USER}}@localhost
 | 
						|
  from: {{environ.USER}}@localhost
 | 
						|
  notify: {{environ.USER}}@localhost
 | 
						|
  sponsorship: {{environ.USER}}@localhost
 | 
						|
 | 
						|
rc:
 | 
						|
  db:
 | 
						|
    default:
 | 
						|
      host: localhost
 | 
						|
      name: {{environ.USER}}_peeringdb
 | 
						|
      prefix: {{environ.USER}}_
 | 
						|
    #read:
 | 
						|
    #  host: localhost
 | 
						|
    #  name: {{environ.USER}}_peeringdb
 | 
						|
    #  prefix: {{environ.USER}}_
 | 
						|
  ssl:
 | 
						|
    crt:
 | 
						|
    key:
 | 
						|
  api:
 | 
						|
    url: http://localhost/api
 | 
						|
    depth_result_limit: 250
 | 
						|
    cache:
 | 
						|
      enabled: true
 | 
						|
      dir: {{environ.HOME}}/srv/dev.peeringdb.com/etc/api-cache
 | 
						|
      log: {{environ.HOME}}/srv/dev.peeringdb.com/var/log/api-cache.log
 | 
						|
 | 
						|
recaptcha:
 | 
						|
  public_key: captcha-public-key-goes-here
 | 
						|
 | 
						|
oauth:
 | 
						|
  enabled: false
 | 
						|
 | 
						|
misc:
 | 
						|
  base_url : http://localhost
 | 
						|
  session:
 | 
						|
    domain: localhost
 | 
						|
    secure: False
 | 
						|
  suggestions:
 | 
						|
    org_id: 18982
 | 
						|
 | 
						|
django:
 | 
						|
  settings: peeringdb_com
 | 
						|
 | 
						|
deploy:
 | 
						|
  destdir: {{environ.HOME}}/srv/dev.peeringdb.com
 | 
						|
  user: {{environ.USER}}
 | 
						|
  postcmd:
 | 
						|
    - chmod 0755 {{environ.HOME}}/srv/dev.peeringdb.com/peeringdb/in.whoisd
 | 
						|
 | 
						|
  public:
 | 
						|
    listen: 0.0.0.0
 | 
						|
    fq_name: no
 | 
						|
 |