working on local

This commit is contained in:
Sebastian Seedorf
2022-02-12 19:29:51 +01:00
parent 51fbdc28b2
commit a722217dd5
6 changed files with 1147 additions and 2718 deletions

View File

@@ -1,5 +1,5 @@
module.exports = ({ env }) => ({
auth: {
secret: env('ADMIN_JWT_SECRET', '1788c16dbca0d54e6990d8dce6a2cf3b'),
secret: env('ADMIN_JWT_SECRET', '85231b02b90b6167debc44667cbb8ef9'),
},
});

View File

@@ -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'),