Skip to content

Commit

Permalink
change dev to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 26, 2024
1 parent 10142a7 commit 98f9be8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ agent.write_envfile('database.env', db_config)
# Configure Application Variables


SOLIDINVOICE_ENV = data.get('SOLIDINVOICE_ENV', 'dev')
SOLIDINVOICE_DEBUG = data.get('SOLIDINVOICE_DEBUG', '1')
SOLIDINVOICE_ENV = data.get('SOLIDINVOICE_ENV', 'prod')
SOLIDINVOICE_DEBUG = data.get('SOLIDINVOICE_DEBUG', '0')
database_driver = data.get('database_driver', 'pdo_mysql')
database_host = data.get('database_host', 'mariadb-app')
database_port = data.get('database_port', '3306')
Expand Down

0 comments on commit 98f9be8

Please sign in to comment.