mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-08-14 14:48:09 +00:00
Pushing nodes to a database and generating graph from it
This commit is contained in:
8
web/web_config.example.cfg
Normal file
8
web/web_config.example.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
DEBUG = False
|
||||
|
||||
MYSQL_DATABASE_HOST = 'localhost'
|
||||
MYSQL_DATABASE_PORT = 3306
|
||||
MYSQL_DATABASE_USER = 'fc00'
|
||||
MYSQL_DATABASE_PASSWORD = 'hunter2'
|
||||
MYSQL_DATABASE_DB = 'fc00'
|
||||
MYSQL_DATABASE_CHARSET = 'utf8'
|
Reference in New Issue
Block a user