diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-20 11:46:25 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-20 14:23:57 +0200 |
commit | f95628636b6ccdf3eae2449ca718e075b072f678 (patch) | |
tree | 35d51980c87b7d6747bdff6e37bdfe37e3c989dc /client/src/environments/environment.ts | |
parent | a9f6802e7dac4f21599076bc1119bb6ff16961dc (diff) | |
download | PeerTube-f95628636b6ccdf3eae2449ca718e075b072f678.tar.gz PeerTube-f95628636b6ccdf3eae2449ca718e075b072f678.tar.zst PeerTube-f95628636b6ccdf3eae2449ca718e075b072f678.zip |
Support plugin hooks in embed
Diffstat (limited to 'client/src/environments/environment.ts')
-rw-r--r-- | client/src/environments/environment.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 4816e3060..e00523976 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts | |||
@@ -9,8 +9,8 @@ | |||
9 | import 'core-js/features/reflect' | 9 | import 'core-js/features/reflect' |
10 | 10 | ||
11 | export const environment = { | 11 | export const environment = { |
12 | production: false, | 12 | production: true, |
13 | hmr: false, | 13 | hmr: false, |
14 | apiUrl: 'http://localhost:9000', | 14 | apiUrl: '', |
15 | embedUrl: 'http://localhost:9000' | 15 | embedUrl: '' |
16 | } | 16 | } |