You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ role.
15
15
|`base_url`| ✅ || - | The `SS_BASE_URL` of the page |
16
16
|`admin_username`| ✅ | 🔐 | - | The username of the default admin |
17
17
|`admin_password`| ✅ | 🔐 | - | The Password of the default admin |
18
+
|`database_class`|||`MySQLPDODatabase`| The name of the database class to use |
18
19
|`database_name`| ✅ || - | The name of the database to use |
19
20
|`database_username`| ✅ | 🔐 | - | The username to access the database |
20
21
|`database_password`| ✅ | 🔐 | - | The password to access the database |
@@ -24,6 +25,7 @@ role.
24
25
|`htaccess_template`|||`htaccess.public.j2`| Used to render a custom htaccess in the webroot. Path is relative to your repository root |
25
26
|`project_repository`|||`git@github.com:${{ github.repository }}.git`| Use a custom origin. This can be used to use custom configs for diffrent repositories. |
26
27
|`composer_command`||| - | Use a custom composer command instead of the installed one |
28
+
|`error_log`|||`../../../logs/ss_log.log`| The Location of the error log |
27
29
28
30
> This is an ongoing project, in the future we want to add more features of the [`ansible.silverstripe`](https://github.com/syntro-opensource/ansible.silverstripe) role.
0 commit comments