mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Update to reccommended file structure
Use reccommended database structure Switch to SQLite and update scheme along with it
This commit is contained in:
parent
29d204f95e
commit
a499e6c840
41 changed files with 544 additions and 342 deletions
13
gallery/user/example.env
Normal file
13
gallery/user/example.env
Normal file
|
@ -0,0 +1,13 @@
|
|||
# DATABASE CONFIGURATION
|
||||
DB_NAME = onlylegs
|
||||
DB_USER = root
|
||||
DB_PASS =
|
||||
DB_HOST = localhost
|
||||
DB_PORT =
|
||||
|
||||
# EMAIL CONFIGURATION
|
||||
EMAIL_HOST = smtp.example.com
|
||||
EMAIL_PORT = 465
|
||||
EMAIL_HOST_USER = noreply@example.com
|
||||
EMAIL_HOST_PASSWORD = supersecurepassword
|
||||
EMAIL_USE_TLS = True
|
Loading…
Add table
Add a link
Reference in a new issue