Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. DATABASE_URL=postgres://postgres:mahbut17@localhost:5432/localdb
  2. ENV=DEV
  3. BUILD_SCHEMA=0
  4. PORT=10011
  5. SECRET_HASH=a minha super secret hash feita por mim sou o maior
  6. DEBUG= liquido-api:*
  7. LOCALPSQLUSER=postgres
  8. HEROKUDUMPCMD = pg_dump --dbname=postgres://fywjwxdqpxqpva:0b2d30c32236410bca07a62001d181ae1e2505ebd485ce30108bbb2bbb5481f0@ec2-54-228-209-208.eu-west-1.compute.amazonaws.com:5432/ds6afdgd6pav3 --no-owner --schema-only
  9. BUILD_SCHEMA=0
  10. EMAIL_OFF = true
  11. OUTBOUND_CALLS = false
  12.  
  13. AWS_ACCESS_KEY_ID=AKIAI3WPKP3LZOA46KPQ
  14. AWS_SECRET_ACCESS_KEY=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
  15. S3_BUCKET_NAME=test-liquido-api
  16. TEST_BUCKET=test-liquido-api
  17.  
  18. NO_REPLY_EMAIL=no-reply@liqui.do
  19. NO_REPLY_PASS=Candor2018
  20. CLIENT_PORTAL_URL=https://develop-liquido-web.herokuapp.com/
  21.  
  22. ACCESS_DBSCHEMA_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
  23. SALESFORCE_ORG_ID=00D9E000000DXvq
  24.  
  25. NODE_ENV=development
  26.  
  27. DBNAME= localdb
  28. PGUSER= postgres
  29. PGPASSWORD= mahbut17
  30.  
  31. MONTHLY_RENT_MODIFIER=1.4
  32.  
  33. SF_USERNAME=cpedro@candor.pt.devheroku
  34. SF_PASSWORD=Force2018
  35. SALESFORCE_URL = https://test.salesforce.com/
  36.  
  37. HUNTERIO_API_KEY = 27ddde7d8f864ea7b9a49fc676b21b31d10977a4
  38.  
  39. DOC_STATUS_VALIDITY_DAYS = 60
  40. AWS_ENDPOINT = http://localhost:4567
  41.  
  42. REDIS_URL=redis://127.0.0.1:6379/0
  43. SF_SECRET = f35230a60c1d79b0c0de4b14a822f8ea85ed117ccc5ee391f3ee6c7a57c1eef5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement