udpates on the dockerfile and nginx changes regarding secret key
This commit is contained in:
@@ -13,7 +13,7 @@ server {
|
||||
# Proxy /hasura to the live API, exactly like Vite dev server does
|
||||
location /hasura/ {
|
||||
proxy_pass https://api.workolik.com/api/rest/;
|
||||
proxy_set_header x-hasura-admin-secret "${HASURA_ADMIN_SECRET}";
|
||||
proxy_set_header x-hasura-admin-secret "nearle-admin-secret";
|
||||
proxy_ssl_server_name on;
|
||||
|
||||
# Pass standard proxy headers
|
||||
|
||||
Reference in New Issue
Block a user