diff options
| author | ivan <ivan> | 2005-03-12 16:07:29 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2005-03-12 16:07:29 +0000 |
| commit | d069ae1df141abf4a4c2c258e8255b974e730a47 (patch) | |
| tree | 47ff3cf60a1ac282ee58786f584699c9b6bfbef1 /Makefile | |
| parent | a6cbda0b7e6779b89abc1d466af9c3a880d8e030 (diff) | |
popurl(3) won't give us a good freeside base url since RT calls it from multiple directory depths... have to specify explicity, like external integration
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,7 @@ RT_ENABLED = 0 RT_DOMAIN = example.com RT_TIMEZONE = US/Pacific; #RT_TIMEZONE = US/Eastern; +FREESIDE_URL = "http://localhost/freeside/" #for now, same db as specified in DATASOURCE... eventually, otherwise? RT_DB_DATABASE = freeside @@ -273,6 +274,7 @@ create-rt: configure-rt perl -p -i -e "\ s'%%%RT_DOMAIN%%%'${RT_DOMAIN}'g;\ s'%%%RT_TIMEZONE%%%'${RT_TIMEZONE}'g;\ + s'%%%FREESIDE_URL%%%'${FREESIDE_URL}'g;\ " ${RT_PATH}/etc/RT_SiteConfig.pm install-rt: |
