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.

8 lines
257 B

  1. gunicorn_args: --reload
  2. ini_file: development.ini
  3. ssl_cert_path: /etc/pki/tls/certs/localhost.crt
  4. ssl_private_key_path: /etc/pki/tls/certs/localhost.key
  5. nginx_worker_processes: 1
  6. postgresql_version: 12
  7. prometheus_ips: ['127.0.0.1']
  8. site_hostname: localhost