Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. APP_ENV=staging
  2. APP_COMPANY=Patchworks
  3. APP_KEY=base64:jGq8S6D7wAdl5TpcAGQY61ic+I3z/dWvDPrOaBjuXHg=
  4. APP_DEBUG=true
  5. APP_LOG_LEVEL=debug
  6. APP_URL=https://stagingdash.patchworks.io
  7. API_SERVER=http://api.pwks.co
  8. SERVER_NAME=staging
  9.  
  10. SISTER_APP_URL=https://stagingdash.juno.is
  11. SISTER_APP_COMPANY=Juno
  12.  
  13. DB_CONNECTION=mysql
  14. DB_HOST=dashboard.patchworks.io
  15. DB_PORT=3306
  16. DB_DATABASE=scotchbox_staging
  17. DB_USERNAME=root_staging
  18. DB_PASSWORD=NtWdZxUKEif13bQeQTpyVeb0HTtKrMLoX6iA
  19.  
  20. DB_CONNECTION=mysql_api_patchworks_io
  21. DB_HOST=10.131.75.110
  22. DB_PORT=3306
  23. DB_DATABASE=tapestry_eventjobs
  24. DB_USERNAME=dashboarddropletuser
  25. DB_PASSWORD=44b149755b1e41e13dc8a65cef4ea80e032f1b04fdcb5efd
  26.  
  27. # reporting database: reporting.pwks.co
  28. REPORTING_DB_CONNECTION=mysql_reporting_pwks_co
  29. REPORTING_DB_HOST=209.97.140.248
  30. REPORTING_DB_PORT=3306
  31. REPORTING_DB_DATABASE=jira_reports
  32. REPORTING_DB_USERNAME=reports
  33. REPORTING_DB_PASSWORD=9xTqXJW9WImg
  34.  
  35. BROADCAST_DRIVER=log
  36. CACHE_DRIVER=file
  37. SESSION_DRIVER=file
  38. QUEUE_DRIVER=sync
  39.  
  40. REDIS_HOST=127.0.0.1
  41. REDIS_PASSWORD=null
  42. REDIS_PORT=6379
  43. MAIL_DRIVER=mailgun
  44. MAIL_HOST=mailtrap.io
  45. MAIL_PORT=2525
  46. MAIL_USERNAME=null
  47. MAIL_PASSWORD=null
  48. MAIL_ENCRYPTION=null
  49.  
  50. MAILGUN_DOMAIN=mailer.pwks.co
  51. MAILGUN_SECRET=key-1ced37d7cc7f3e2aeaaee798457745f2
  52.  
  53. PUSHER_APP_ID=
  54. PUSHER_KEY=
  55. PUSHER_SECRET=
  56.  
  57. API_STANDARDS_TREE=vnd
  58. API_SUBTYPE=patchworks
  59. API_PREFIX=api
  60. API_VERSION=v1
  61. API_NAME="Patchworks API"
  62. API_STRICT=false
  63. API_DEBUG=true
  64. API_DEFAULT_FORMAT=json
  65.  
  66. XERO_KEY=YFZGHRIXMSRMYBEIDRSDYMU5Z9IAO8
  67. XERO_SECRET=IZVZJO2IMMJYVISOWKSKP9T9WLW2LU
  68.  
  69. ES_URL=https://ea76e3dc50e3b0e1766d1047d4b564a3.us-east-1.aws.found.io:9243
  70. ES_USER=elastic
  71. ES_PASS=lM9puaQ5AURnG50vE49pRIKJ
  72.  
  73. ES_REPORTS_URL=https://10eba0b258206b330e56bad3f27b0a63.us-east-1.aws.found.io:9243
  74. ES_REPORTS_USER=elastic
  75. ES_REPORTS_PASS=3k4fplb8A5mqY7ROFcxyPUjn
  76.  
  77. PLASTIC_HOST=https://elastic:3k4fplb8A5mqY7ROFcxyPUjn@10eba0b258206b330e56bad3f27b0a63.us-east-1.aws.found.io:9243
  78.  
  79. JIRA_HOST=https://patchworks.atlassian.net/
  80. JIRA_ISSUE_HOST=https://patchworks.atlassian.net/rest/api/2/issue/
  81. JIRA_USER=helpdesk@patchworks.co.uk
  82. JIRA_PASS=PaIydDDdkxM1ey70G7sl8983
  83. JIRA_API_TOKEN=PaIydDDdkxM1ey70G7sl8983
  84. JIRA_PROJECT_HOST=https://patchworks.atlassian.net/rest/api/2/project/
  85. JIRA_SEARCH_HOST=https://patchworks.atlassian.net/rest/api/2/search
  86. JIRA_SEARCH_USER_HOST=https://patchworks.atlassian.net/rest/api/3/user
  87.  
  88.  
  89. RG_CLIENT_ID=34574559b6ed94dc754bd829d0b6cd3423a9a96325b08c579fbfcd2924bfbb8c
  90. RG_CLIENT_SECRET=cbae034181e38b0ba26d36ef9c2eb6ebfea2d7493c90c110b70b073916b08202
  91. RG_REDIRECT_URI=https://helpdesk.juno.is/admin/oauth/rg
  92. RG_AUTH_URI=https://api.resourceguruapp.com/oauth/authorize
  93. RG_TOKEN_URI=https://api.resourceguruapp.com/oauth/token
  94.  
  95.  
  96. LOG_CHANNEL=stack
  97. DO_TOKEN=1c45e27e480d71acc23eb9dfedf4ecdd0c113eb52edcd988f158e4b750f7bf74
  98. TEMPO_API_ENDPOINT=https://api.tempo.io/core/3/
  99. TEMPO_API_AUTHENTICATION=9NCxp4A70oRKyTO7OubbLn8WCjWq1F
  100. JIRA_USER_HOST=https://patchworks.atlassian.net/rest/api/2/user/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement