E
E
Elbakidze2019-03-30 10:26:22
symfony
Elbakidze, 2019-03-30 10:26:22

What does writing in such signs % % mean?

What does writing in such signs % % mean?

driver: pdo_mysql
        host: '%database_host%'
        port: '%database_port%'
        dbname: '%database_name%'
        user: '%database_user%'
        password: '%database_password%'
        charset: UTF8

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2019-03-30
@Elbakidze

Doesn't mean anything, instead of %something% you need to insert your connection data so that it looks like
host: 'localhost'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question