mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
12 lines
159 B
YAML
12 lines
159 B
YAML
# SQLite
|
|
source:
|
|
name: ../wakapi_db.db
|
|
|
|
# MySQL
|
|
target:
|
|
host: localhost
|
|
port: 5432
|
|
user: wakapi_user
|
|
password: wakapi
|
|
name: wakapi_local
|
|
dialect: |