first commit
This commit is contained in:
10
config.example.py
Normal file
10
config.example.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# config.py
|
||||
|
||||
DB_CONFIG = {
|
||||
'host': 'localhost',
|
||||
'database': 'drupal6_db',
|
||||
'user': 'drupal_user',
|
||||
'password': 'secure_password',
|
||||
}
|
||||
|
||||
FILES_BASE_PATH = '/ścieżka/do/drupala/sites/default/files/'
|
||||
Reference in New Issue
Block a user