1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

fix BASE_URL

This commit is contained in:
Thomas Citharel 2015-06-29 15:52:55 +02:00
parent a754e1c3f0
commit 984805649e
2 changed files with 14 additions and 7 deletions

View file

@ -31,6 +31,9 @@
// Change this if not using the standart port for SSL - i.e you server is behind sslh
@define ('SSL_PORT', 443);
// Define this only if you use wallabag behind a proxy and if you encounter problems
@define ('BASE_URL', '');
@define ('MODE_DEMO', FALSE);
@define ('DEBUG_POCHE', FALSE);