1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-22 00:36:41 +02:00
crud_generator/.env_example

17 lines
296 B
Plaintext
Raw Normal View History

2023-09-28 16:45:44 +02:00
#filename file to create with .graphml extension
FILENAME_GRAPHML=
#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=