• HarkMahlberg@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Yeah the Symfony Toolbar shows up at the bottom of the homepage for me. I’ve never used Symfony before, but it looks like a developer tool, not something you want running in your production environment. ;) @Jerry

        • duringoverflow@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          it is still like that. After 2 days. I actually believe that such low effort “contributions” to the fediverse are causing more harm than good.

          • majkeli@kbin.social
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            I was looking through that and was thinking it was just reporting on the server configuration, but nope, all .env values are right there and nicely formatted. Yeesh.

    • Jerry@feddit.onlineOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Wow. Nice!. Is there an option to make it available, or would I just link to it in the “about” page?

        • asjmcguire@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Yes I remember having a look at that the other day and browsing through all the POST requests that server received from other servers… And thinking I’m not sure this is supposed to be publicly available…

      • burgersc12@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Might want to change the settings so this isnt public. I can see the actual info of these settings, and so can anyone else.

        $_ENV[POSTGRES_USER] $_ENV[POSTGRES_PASSWORD]

      • stylishboar@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        I think it should only be enabled in the dev environment for debugging. You might need to change the APP_ENV and/or APP_DEBUG environment variables.