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
If I run dokku config:set app A=B, nothing happens because A is a single character. Idem for keys that do not match the glob [a-zA-Z_][a-zA-Z0-9_]*. There should probably be at least a message saying the variable was ignored.