diff --git a/robot_ui/.env.production b/robot_ui/.env.production new file mode 100644 index 0000000..f444c22 --- /dev/null +++ b/robot_ui/.env.production @@ -0,0 +1,3 @@ +NEXT_PUBLIC_BACKEND_PORT=5000 +NEXT_PUBLIC_BACKEND_PROTOCOL=https +NEXT_PUBLIC_BACKEND_HOST=joke-api.servegame.com \ No newline at end of file