Skip to content

Commit

Permalink
Refactor .env.example to include Commercify API configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
gkhaavik committed Oct 16, 2024
1 parent 4a6bc4d commit 416684a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Commercify Api Configuration(coming soon)
# dev=development on backend quickest development, prone to bugs
# release=release on backend, stable, secure, and optimized, prone to bugs
# prod=production on backend, stable, secure, and optimized
# COMMERCIFY_API_VERSION=release

# MySQL Configuration
MYSQL_ROOT_PASSWORD=Password1234!
MYSQL_USER=commercify
Expand Down

0 comments on commit 416684a

Please sign in to comment.