Any way I can check secret values for my postgres application?
For other application, I can check it by rails console but how can I check this for postgres app?
Any way I can check secret values for my postgres application?
For other application, I can check it by rails console but how can I check this for postgres app?
Can ssh in and check the env?
fly ssh console -a app
env
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.