diff options
Diffstat (limited to '.example.env')
-rw-r--r-- | .example.env | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/.example.env b/.example.env index 8a29b86..cf2212d 100644 --- a/.example.env +++ b/.example.env @@ -1,6 +1,11 @@ -PORT=<PORT> # Optional +# This file is just a template +# Please copy it to .env and replace its values! -DBUser=<Database username> -DBPassword=<Database user password> -DBName=<Databse name> -DBHost=<Database host>
\ No newline at end of file +DEBUG=0 + +PORT=8080 + +DBUser=DatabaseUser +DBPassword=DatabasePassword +DBName=DatabaseName +DBHost=DatabaseHost |