Skip to content
Snippets Groups Projects
Commit e90452b9 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(ajax): added nonce

parent 2262bdcc
Branches
No related tags found
1 merge request!26feature(ajax): added nonce
Pipeline #166093 passed
...@@ -4,18 +4,8 @@ ...@@ -4,18 +4,8 @@
modules: modules:
enabled: enabled:
- WPDb
- WPLoader - WPLoader
config: config:
WPDb:
dsn: 'mysql:host=%TEST_SITE_DB_HOST%;dbname=%TEST_SITE_DB_NAME%'
user: '%TEST_SITE_DB_USER%'
password: '%TEST_SITE_DB_PASSWORD%'
waitlock: 10
url: '%TEST_SITE_WP_URL%'
originalUrl: '%TEST_SITE_WP_URL%'
urlReplacement: true #replace the hardcoded dump URL with the one above
tablePrefix: '%TEST_SITE_TABLE_PREFIX%'
WPLoader: WPLoader:
multisite: false multisite: false
wpRootFolder: '%WP_ROOT_FOLDER%' wpRootFolder: '%WP_ROOT_FOLDER%'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment