wakapi/config.mysql.yml

22 lines
325 B
YAML

env: dev
app:
custom_languages:
jsx: JSX
vue: Vue
security:
password_salt:
insecure_cookies: false
cookie_max_age: 172800
db:
host: localhost
port: 3306
user: wakapi_user
password: wakapi
name: wakapi_local
dialect: mysql
max_conn: 2
server:
port: 3000
listen_ipv4: 127.0.0.1
base_path: /