10 lines
212 B
Bash
10 lines
212 B
Bash
# App
|
|
APP_KEY=change-me-to-a-random-string
|
|
APP_URL=https://pc-builder.example.com
|
|
|
|
# Database
|
|
DB_ROOT_PASSWORD=change-me-root-password
|
|
DB_USER=pcbuilder
|
|
DB_PASSWORD=change-me-db-password
|
|
DB_DATABASE=pc_builderv2
|