This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
ghostfolio
mirror of
https://github.com/ghostfolio/ghostfolio
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
2677
Commits
3
Branches
552
Tags
73 MiB
Tree:
69d85eadfd
ghostfolio
/
apps
/
client
/
proxy.conf.json
15 lines
233 B
Raw
Normal View
History
Initial commit
4 years ago
{
"/api"
:
{
update target in proxy to work with api in locahost (#1875) Co-authored-by: francisco <francisco@innonova.ch> Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
"target"
:
"http://0.0.0.0:3333"
,
Initial commit
4 years ago
"secure"
:
false
Bugfix/fix missing assets in local development (#1194) * Fix missing assets in local development * Update changelog
3 years ago
}
,
"/assets"
:
{
update target in proxy to work with api in locahost (#1875) Co-authored-by: francisco <francisco@innonova.ch> Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
"target"
:
"http://0.0.0.0:3333"
,
Bugfix/fix missing assets in local development (#1194) * Fix missing assets in local development * Update changelog
3 years ago
"secure"
:
false
}
,
"/ionicons"
:
{
update target in proxy to work with api in locahost (#1875) Co-authored-by: francisco <francisco@innonova.ch> Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
"target"
:
"http://0.0.0.0:3333"
,
Bugfix/fix missing assets in local development (#1194) * Fix missing assets in local development * Update changelog
3 years ago
"secure"
:
false
Initial commit
4 years ago
}
}