Remove .env in prod

This commit is contained in:
2023-07-09 22:35:30 +04:00
parent ea8bad15a6
commit a8029be415
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ PORT=8055
# The URL where your API can be reached on the web. It is also used for things like OAuth redirects,
# forgot-password emails, and logos that needs to be publicly available on the internet. ["/"]
# PUBLIC_URL=http://localhost:8055
PUBLIC_URL=http://admin.dev.civokram.com
PUBLIC_URL=https://admin.dev.civokram.com
# What level of detail to log. [info]
# "fatal", "error", "warn", "info", "debug", "trace", "silent"