Both sides previous revisionPrevious revisionNext revision | Previous revision |
documentation:rack:reference:config [2019/05/10 15:59] – Document Sentry integration Martijn Luinstra | documentation:rack:reference:config [2023/08/31 21:17] (current) – Martijn Luinstra |
---|
| |
^ Name ^ Required ^ Default ^ Description ^ | ^ Name ^ Required ^ Default ^ Description ^ |
| ADMIN_COMMITTEE | | <php>'webcie'</php> | The //login// of the committee that should have admin access. It's the identifier used in the url of your committee page on the Cover website. | | | ADMIN_COMMITTEE | | ''%%'webcie'%%'' | The //login// of the committee that should have admin access. It's the identifier used in the url of your committee page on the Cover website. | |
| ADMIN_EMAIL | | | The email address of the admin committee. | | | ADMIN_EMAIL | | | The email address of the admin committee. | |
| COVER_APP | Y | | The name of the application, used for authentication. | | | COVER_APP | Y | | The name of the application, used for authentication. | |
| COVER_API_URL | | <php>'https://www.svcover.nl/api.php'</php> | The url of the Cover API. Usually, this doesn't need to be set. | | | COVER_API_URL | | ''%%'https://www.svcover.nl/api.php'%%'' | The url of the Cover API. Usually, this doesn't need to be set. | |
| COVER_COOKIE_NAME | | <php>'cover_session_id'</php> | Name of the cookie used to identify the Cover session. Usually, this doesn't need to be set. | | | COVER_COOKIE_NAME | | ''%%'cover_session_id'%%'' | Name of the cookie used to identify the Cover session. Usually, this doesn't need to be set. | |
| COVER_LOGIN_URL | | <php>'https://www.svcover.nl/sessions.php?view=login'</php> | The Cover website login url. Usually, this doesn't need to be set. | | | COVER_LOGIN_URL | | ''%%'https://www.svcover.nl/sessions.php?view=login'%%'' | The Cover website login url. Usually, this doesn't need to be set. | |
| COVER_LOGOUT_URL | | <php>'https://www.svcover.nl/sessions.php?view=logout'</php> | The Cover website logout url. Usually, this doesn't need to be set. | | | COVER_LOGOUT_URL | | ''%%'https://www.svcover.nl/sessions.php?view=logout'%%'' | The Cover website logout url. Usually, this doesn't need to be set. | |
| COVER_SECRET | Y | | A shared secret between your app and the Cover website. You can obtain one through the [[committee>webcie|AC/DCee]] | | | COVER_SECRET | Y | | A shared secret between your app and the Cover website. You can obtain one through the [[committee>webcie|AC/DCee]] | |
| ERROR_TEMPLATE | | <php>'templates/error.phtml'</php> | Te name of the template used to render errors. | | | ERROR_TEMPLATE | | ''%%'templates/error.phtml'%%'' | Te name of the template used to render errors. | |
| DB_DSN | Only for DB | | The connection string for your database. Looks like <php>'mysql:host=localhost;dbname=committeedbname'</php> | | | DB_DSN | Only for DB | | The connection string for your database. Looks like ''%%'mysql:host=localhost;dbname=committeedbname'%%'' | |
| DB_USER | Only for DB | | Your database username. | | | DB_USER | Only for DB | | Your database username. | |
| DB_PASSWORD | Only for DB | | Your database password. | | | DB_PASSWORD | Only for DB | | Your database password. | |