Skip to content

Commit

Permalink
[#1623] Fix Strapi URL variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Oct 4, 2023
1 parent 29e3b72 commit 926f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strapi/config/server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = ({ env }) => ({
host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337),
url: 'http://192.168.55.136/strapi',
url: env('URL')
proxy: true,
app: {
keys: env.array('APP_KEYS'),
Expand Down

0 comments on commit 926f11e

Please # to comment.