Skip to content

Commit

Permalink
Merge pull request #203 from taikowiki/dev/main
Browse files Browse the repository at this point in the history
Version: 0.8.5
  • Loading branch information
hotsixman authored Sep 23, 2024
2 parents 4097315 + 59b4775 commit 5d3d132
Show file tree
Hide file tree
Showing 8 changed files with 1,549 additions and 1,004 deletions.
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
DB_HOST=localhost
DB_HOST=
DB_DATABASE=
DB_USER=
DB_PASSWORD=
DB_SERVICE=mysql

# 랜덤한 32바이트 값을 hex로 표현한 값
# require('crypto').randomBytes(32).toString('hex')
# openssl rand -base64 32
AUTH_KEY=

# github oauth용 (로그인 안쓸거면 안넣어도 됨)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taikowiki-svelte",
"version": "0.8.4",
"version": "0.8.5",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
260 changes: 0 additions & 260 deletions sql/taikowiki v0.4.1.sql

This file was deleted.

Loading

0 comments on commit 5d3d132

Please sign in to comment.