mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix typo in api_disable param name
This commit is contained in:
@@ -6,9 +6,8 @@ main:
|
||||
maintenance: false
|
||||
languages: []
|
||||
key: ''
|
||||
api_disable: false
|
||||
api_disable: true
|
||||
api_require_ssl: true
|
||||
api_disabled: true
|
||||
database:
|
||||
host: 127.0.0.1
|
||||
port: 3306
|
||||
|
@@ -6,7 +6,7 @@ main:
|
||||
maintenance: false
|
||||
key: ''
|
||||
api_require_ssl: true
|
||||
api_disabled: true
|
||||
api_disable: true
|
||||
database:
|
||||
host: 'sql-host'
|
||||
port: 3306
|
||||
|
@@ -48,7 +48,7 @@
|
||||
chdir: /vagrant/
|
||||
|
||||
- name: Enable API routes
|
||||
shell: bin/setup system:config set main.api_disabled false
|
||||
shell: bin/setup system:config set main.api_disable false
|
||||
args:
|
||||
chdir: /vagrant/
|
||||
|
||||
|
Reference in New Issue
Block a user