How to edit Microbin's environment variables?

What app is this about, and its version: Microbin 2.0.4~ynh4
What YunoHost version are you running: 12.1.25
What type of hardware are you using: VPS bought online

Describe your issue

I would like to edit some variables listed here: Configuration (Environment Variables and Command Line Arguments) | MicroBin

However, I am not able to find any settings file for this app. Only the .env file under /etc/yunohost/apps/microbin/conf/, which I guess should not be edited.

Share relevant logs or error messages

No error messages so far.

Hello,
according to the files available in GitHub ( microbin_ynh/conf/.env at master · YunoHost-Apps/microbin_ynh · GitHub ), the configuration you want to change is store in the .env file.

So you can still backup your application, create a copy of the .env file and change it.
Then you’ll see.

Or even better : create a YunoHost server (in an old workstation) just for testing !!

Here is the path to Microbin env file: /var/www/microbin/.env. App service needs to be restarted.

Thank you. That worked out fine.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.