Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.env.example 577 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. # ColdBox Name and Environment
  2. APPNAME=ColdBox
  3. ENVIRONMENT=development
  4. # Database Information
  5. DB_CONNECTIONSTRING=jdbc:mysql://127.0.0.1:3306/coldbox?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&useLegacyDatetimeCode=true&allowPublicKeyRetrieval=true
  6. DB_CLASS=com.mysql.jdbc.Driver
  7. DB_BUNDLENAME=com.mysql.cj
  8. DB_BUNDLEVERSION=8.0.30
  9. DB_DRIVER=MySQL
  10. DB_HOST=127.0.0.1
  11. DB_PORT=3306
  12. DB_DATABASE=coldbox
  13. DB_USER=root
  14. DB_PASSWORD=
  15. # JWT Information
  16. JWT_SECRET=
  17. # S3 Information
  18. S3_ACCESS_KEY=
  19. S3_SECRET_KEY=
  20. S3_REGION=us-east-1
  21. S3_DOMAIN=amazonaws.com
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...