|
| 1 | +application: |
| 2 | + title: PHPConf.Asia 2018 |
| 3 | + url: https://cfp.phpconf.asia |
| 4 | + |
| 5 | + eventurl: https://2018.phpconf.asia |
| 6 | + event_location: Singapore |
| 7 | + enddate: 1st June 2018 |
| 8 | + show_submission_count: true |
| 9 | + airport: SIN |
| 10 | + arrival: 2018-09-25 |
| 11 | + departure: 2018-09-30 |
| 12 | + secure_ssl: true |
| 13 | + online_conference: false |
| 14 | + date_format: d M Y |
| 15 | + date_timezone: "Asia/Singapore" |
| 16 | + coc_link: https://2018.phpconf.asia/code-of-conduct.html |
| 17 | + show_contrib_banner: false |
| 18 | + venue_image_path: /assets/img/kent_ridge_banner.jpg |
| 19 | + |
| 20 | +database: |
| 21 | + host: {{ db_host }} |
| 22 | + database: {{ db_name }} |
| 23 | + dsn: mysql:dbname={{ db_name }};host={{ db_host }} |
| 24 | + user: {{ db_username }} |
| 25 | + password: {{ db_password }} |
| 26 | + |
| 27 | +log: |
| 28 | + level: debug |
| 29 | + |
| 30 | +cache: |
| 31 | + enabled: false |
| 32 | + |
| 33 | +mail: |
| 34 | + host: {{ smtp_host }} |
| 35 | + port: {{ smtp_port }} |
| 36 | + username: {{ smtp_username }} |
| 37 | + password: "{{ smtp_password }}" |
| 38 | + encryption: tls |
| 39 | + auth_mode: ~ |
| 40 | + |
| 41 | +talk: |
| 42 | + categories: |
| 43 | + api: APIs (REST, SOAP, etc.) |
| 44 | + continuousdelivery: Continuous Delivery |
| 45 | + casestudy: Case Study |
| 46 | + database: Database |
| 47 | + development: Development |
| 48 | + devops: Devops |
| 49 | + framework: Framework |
| 50 | + javascript: JavaScript |
| 51 | + personal: Personal Skills |
| 52 | + security: Security |
| 53 | + testing: Testing |
| 54 | + uiux: UI/UX |
| 55 | + other: Other |
| 56 | + bigdata: Big Data |
| 57 | + machinelearning: Machine Learning |
| 58 | + ai: Artificial Intellegence |
| 59 | + iot: Internet of Things |
| 60 | + levels: |
| 61 | + entry: Entry level |
| 62 | + mid: Mid-level |
| 63 | + advanced: Advanced |
| 64 | + types: |
| 65 | + regular: Regular (40 mins) |
| 66 | + tutorial: Tutorial (3 hrs) |
| 67 | + lightning: Lightning Talk (10 mins) |
| 68 | + |
| 69 | +security: |
| 70 | + firewalls: |
| 71 | + secured_area: |
| 72 | + form_forgot: |
| 73 | + csrf_parameter: _csrf_security_token |
| 74 | + csrf_token_id: forgot_password |
| 75 | + |
| 76 | +reviewer: |
| 77 | + users: |
| 78 | + - |
0 commit comments