https to http

I clicked on https under the system settings and now i can’t reach my billing system anymore, how can I get my billing system back on http?
Am using self-hosting on centos7 through ampps server.

[2018-07-05 17:40:58] production.ERROR: TypeError: e(…).parent(…).parent(…).parent(…).offset(…) is undefined {“context”:“JavaScript”,“user_id”:1,“account_id”:“1”,“user_name”:“System Administrator”,“method”:“GET”,“user_agent”:“Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0”,“locale”:“en”,“ip”:“127.0.0.1”,“count”:1,“is_console”:“no”,“is_api”:“no”,“db_server”:“mysql”,“url”:“log_error”} []
[2018-07-05 17:49:29] production.ERROR: Connection could not be established with host n3plcpnl0137.prod.ams3.secureserver.net [ #0] {“context”:“PHP”,“user_id”:1,“account_id”:“1”,“user_name”:“System Administrator”,“method”:“POST”,“user_agent”:“Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0”,“locale”:“en”,“ip”:“127.0.0.1”,“count”:2,“is_console”:“no”,“is_api”:“no”,“db_server”:“mysql”,“url”:“setup”} []
[2018-07-05 18:26:32] production.ERROR: TypeError: e(…).parent(…).parent(…).parent(…).offset(…) is undefined {“context”:“JavaScript”,“user_id”:1,“account_id”:“1”,“user_name”:“Emmanuel K. Sackey”,“method”:“GET”,“user_agent”:“Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0”,“locale”:“en”,“ip”:“127.0.0.1”,“count”:3,“is_console”:“no”,“is_api”:“no”,“db_server”:“mysql”,“url”:“log_error”} []

Have you been able to edit the .env file?

No, I can’t find the .env file. is the file hidden or something?

If you type ls -a do you see it listed?

You may want to ask your web host for help.

Am using self-hosting on centos7 through ampps server

This is what comes when i run the command ls -a, what should i do from here?

[root@localhost ~]# ls -a
. .bash_history .bashrc .cshrc initial-setup-ks.cfg .tcshrc
… .bash_logout .cache .dbus .local
anaconda-ks.cfg .bash_profile .config Desktop .mozilla
[root@localhost ~]#

I enable hidden files and i got the .env files to edit.
it solved now.
Thank you.

Awesome!