Initial commmit
This commit is contained in:
commit
88383f90e5
1174 changed files with 227188 additions and 0 deletions
10
.env.example
Normal file
10
.env.example
Normal file
|
@ -0,0 +1,10 @@
|
|||
MARIADB_ROOT_PASSWORD="super_secret_password"
|
||||
MARIADB_DATABASE="movienight"
|
||||
MARIADB_USER="web"
|
||||
MARIADB_PASSWORD="secret"
|
||||
DATABASE_PORT="3307"
|
||||
DATABASE_NAME="movienight"
|
||||
DATABASE_URL="mysql://web:secret@localhost"
|
||||
OMDB_API_KEY="your-api-key"
|
||||
OMDB_URL="http://omdbapi.com/"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue