<< Description >>
Thrid party depedencies used by this service:
Service | Protocol | Documentation | Env Vars |
---|---|---|---|
Payment | HTTPs | https://stripe.com/docs | STRIPE_API_KEY |
Comments | HTTPs | https://help/disqus.com/ | DISQUS_API_KEY |
Vault | HTTPs | https://www.vaultproject.io/docs/ | VAULT_TOKEN , VAULT_ADDR |
Details about the needed environment to deploy this application
Component | Version | Documentation |
---|---|---|
Ruby MRI | ~> 2.6 |
https://ruby-doc.org/core-2.6.1/ |
Postgres | ~> 11.0 |
https://www.postgresql.org/docs/11/index.html |
Needed variables to be set.
Variable | Default Value | Description |
---|---|---|
STRIPE_API_KEY | null |
Payment provider api key |
DISQUS_API_KEY | null |
Comment provider api key |
VAULT_TOKEN | null |
Vault Secret Token of this application |
VAULT_ADDR | null |
Vault Cluster Address |
Configuration provided by Vault, internal code should be able to resolve based on the keys below
Key | Description |
---|---|
blog/postgres |
Postgres credentials |