working on local
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = ({ env }) => ({
|
||||
auth: {
|
||||
secret: env('ADMIN_JWT_SECRET', '1788c16dbca0d54e6990d8dce6a2cf3b'),
|
||||
secret: env('ADMIN_JWT_SECRET', '85231b02b90b6167debc44667cbb8ef9'),
|
||||
},
|
||||
});
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module.exports = ({ env }) => ({
|
||||
host: env('HOST', '0.0.0.0'),
|
||||
port: env.int('PORT', 3000),
|
||||
url: env('URL', '') + '/api',
|
||||
url: env('PUBLIC_URL', '/api'),
|
||||
proxy: true,
|
||||
app: {
|
||||
keys: env.array('APP_KEYS'),
|
||||
|
||||
Reference in New Issue
Block a user