mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-14 19:38:08 +00:00
added AccountManager
This commit is contained in:
3
docker/credentials_example.py
Normal file
3
docker/credentials_example.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import os
|
||||
|
||||
DB_URL = f'mysql+pymysql://{os.environ["DATABASE_USER"]}:{os.environ["DATABASE_PASSWORD"]}@{os.environ["DATABASE_HOST"]}/{os.environ["DATABASE"]}'
|
Reference in New Issue
Block a user