Email or username:

Password:

Forgot your password?
Top-level
Hamish The PolarBear

@brook Sorry to bother you but do you know how to check the ENV of the running server so I can make sure my configuration has changed?

6 comments
Brook Miles

@hamishtpb I'm afraid I don't know off hand, sorry

evil weevil

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

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