Email or username:

Password:

Forgot your password?
Top-level
evil weevil

@hamishtpb @brook If you can access a Linux shell, `echo $VAR_NAME` will print the value of a specific variable.

3 comments
Hamish The PolarBear

@weevil @brook I think that is only for the user's environment, not the application. I did try it as my mastodon server user but nothing.

Hamish The PolarBear

@weevil Of course it could be that it isn't set properly too 🙂

Hamish The PolarBear

@weevil I found a couple of methods now, the only problem is that Mastodon launches a whole host of processes and I can't work out which one I need to check 😆

`/proc/<pid>/environ` or `ps eww <pid>` are good.

Go Up