|
Revision 430, 0.7 kB
(checked in by eevee, 4 months ago)
|
|
Fixed Unicode submission problem; turned out to be double-encoding, after hours of investigation. Ugh. (#305)
|
| Line | |
|---|
| 1 | --- |
|---|
| 2 | name: Vee |
|---|
| 3 | authentication: |
|---|
| 4 | dbic: |
|---|
| 5 | user_class: DBIC::User |
|---|
| 6 | user_field: name |
|---|
| 7 | password_field: password |
|---|
| 8 | password_type: hashed |
|---|
| 9 | password_hash_type: SHA-1 |
|---|
| 10 | |
|---|
| 11 | session: |
|---|
| 12 | dbic_class: DBIC::Sessions |
|---|
| 13 | expires: 1209600 |
|---|
| 14 | id_field: id |
|---|
| 15 | data_field: data |
|---|
| 16 | expires_field: time_expires |
|---|
| 17 | |
|---|
| 18 | static: |
|---|
| 19 | dirs: |
|---|
| 20 | - images |
|---|
| 21 | - stuff |
|---|
| 22 | ignore_dirs: |
|---|
| 23 | - lib |
|---|
| 24 | ignore_extensions: |
|---|
| 25 | - tt |
|---|
| 26 | |
|---|
| 27 | Model::DBIC: |
|---|
| 28 | schema_class: Vee::Schema |
|---|
| 29 | connect_info: |
|---|
| 30 | - dbi:mysql:pokedex |
|---|
| 31 | - perl |
|---|
| 32 | - |
|---|
| 33 | - AutoCommit: 1 |
|---|
| 34 | mysql_enable_utf8: 1 |
|---|
| 35 | |
|---|
| 36 | Controller::HTML::FormFu: |
|---|
| 37 | config_file_path: forms |
|---|