You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
Currently we have quite a bunch of needed hosts and their related data, such as username, password and so on. While we do have some of the variables extracted, we need some more configurables.
Here's a list of all the services running:
mongodb/rocksdb
host
database
elasticsearch
host
redis
host
sidekiq (listed separately, as it will be a separate container)
host
Ideally, we'd end up with something like a YAML file containing the values for all the environments we have. I took the liberty to sketch it out a bit for the Mongoid bits:
If making it a unified file proves to be a pain in the rear end, we could also do with the three env files. The main point of this is to extract the missing configurables so we could split the app on more hosts (dockerize, that is).
The text was updated successfully, but these errors were encountered:
Currently we have quite a bunch of needed hosts and their related data, such as username, password and so on. While we do have some of the variables extracted, we need some more configurables.
Here's a list of all the services running:
Ideally, we'd end up with something like a YAML file containing the values for all the environments we have. I took the liberty to sketch it out a bit for the Mongoid bits:
If making it a unified file proves to be a pain in the rear end, we could also do with the three env files. The main point of this is to extract the missing configurables so we could split the app on more hosts (dockerize, that is).
The text was updated successfully, but these errors were encountered: