1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-11-27 08:40:53 +02:00
crud_generator/.env_example
Nikitin Aleksandr b4489c07a3 новый
2023-09-28 17:46:48 +03:00

14 lines
228 B
Plaintext

#table names have to image, regular expression format
INCLUDE_TABLES=
#table names have to not image, regular expression format
EXCLUDE_TABLES=
#database credentials
DB_HOST=
DB_NAME=
DB_SCHEME=
DB_PORT=
DB_USER=
DB_PASSWORD=