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