delphimvcframework/samples/dotenv_showcase/bin/.env.test

13 lines
126 B
Plaintext

############
# ENV FILE #
############
mode=test
#DB Name
dbname=my_product_db_test
#DB Hostname
dbhostname=192.168.1.100