Skip to content

Commit

Permalink
v.0.0.10 js build files
Browse files Browse the repository at this point in the history
  • Loading branch information
exodus4d committed Sep 22, 2015
1 parent 1bfcabe commit 02a23af
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
6 changes: 5 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ php_flag log_errors on

## js/source maps
<Filesmatch "\.(js|map)$">
ExpiresActive off
ExpiresActive on
ExpiresDefault "access plus 1 year"
Header append Cache-Control "public"
FileETag None
Header unset ETag
</Filesmatch>

# html templates
Expand Down
20 changes: 10 additions & 10 deletions app/pathfinder.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,25 @@ DEBUG = 0

; main db
DB_DNS = mysql:host=localhost;port=3306;dbname=
DB_NAME = d01d8636
DB_USER = d01d8636
DB_PASS = bQ9VAd6fE86sVs4s
DB_NAME =
DB_USER =
DB_PASS =

; EVE-Online CCP Database export
DB_CCP_DNS = mysql:host=localhost;port=3306;dbname=
DB_CCP_NAME = d01f20be
DB_CCP_USER = d01f20be
DB_CCP_PASS = 2gkBWs87zDcApH4A
DB_CCP_NAME =
DB_CCP_USER =
DB_CCP_PASS =

; SMTP settings
SMTP_HOST = localhost
SMTP_PORT = 25
SMTP_SCHEME = TLS
SMTP_USER = pathfinder
SMTP_PASS = root
SMTP_USER =
SMTP_PASS =

SMTP_FROM = pathfinder@localhost.com
SMTP_ERROR = pathfinder@localhost.com
SMTP_FROM = registration.pathfinder@exodus4d.de
SMTP_ERROR = pathfinder@exodus4d.de

; ======================================================================================================
[PATHFINDER.REGISTRATION]
Expand Down
2 changes: 1 addition & 1 deletion public/js/v0.0.10/app/landingpage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/v0.0.10/app/landingpage.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/js/v0.0.10/app/mappage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/v0.0.10/app/mappage.js.map

Large diffs are not rendered by default.

0 comments on commit 02a23af

Please sign in to comment.