This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | default: &default | |
| adapter: postgresql | |
| encoding: utf8 | |
| pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> | |
| host: <%= ENV.fetch('DB_HOST', '127.0.0.1') %> | |
| username: <%= ENV.fetch('DB_USER', 'postgres') %> | |
| password: <%= ENV['DB_PASSWORD'] %> | |
| development: | |
| <<: *default | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [core] | |
| ... | |
| sshCommand = /usr/bin/ssh -i /home/your_user/.ssh/your_file | |
| [user] | |
| name = Your User | |
| email = [email protected] | |
| ... | |
| OR | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM ruby:2.6.3 | |
| ENV DEBIAN_FRONTEND=noninteractive \ | |
| NODE_VERSION=8.9.1 \ | |
| TIMEZONE=America/Sao_Paulo \ | |
| CODENAME=stretch \ | |
| DISPLAY=:0 \ | |
| LANG=en_US.UTF-8 \ | |
| LANGUAGE=en_US:en \ | |
| LC_ALL=en_US.UTF-8 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | server { | |
| listen [::]:80; | |
| listen 80; | |
| server_name jevel.com.br; | |
| access_log /var/log/nginx/jevel-flats-access.log; | |
| error_log /var/log/nginx/jevel-flats-error.log; | |
| location / { | |
| gzip on; | 
OlderNewer