Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 718b0a0

Browse files
committed
CLN:update config, code cleanup
1 parent 61bce44 commit 718b0a0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ AUTHOR="developerasun"
22
FOO="bar"
33
SLACK_BOT_USER_OAUTH_TOKEN="xoxb-some-value-here"
44
SLACK_CHANNEL_ID="channel-id-here"
5-
# OWLLY_DONE="true" # when update is done
5+
# OWLLY_DONE="true" // add this line when update is done

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
.env.development
55
.env.test
66

7+
# Pre-feature
8+
src
9+
710
config/*
811
!config/database.go
912
!config/keycode.go

config/keycode.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ const (
99
Designer
1010
Welfare
1111

12-
RESERVED = "OWLLY_DONE"
12+
RESERVED = "OWLLY_DONE"
13+
OWNER_PERM = 0644
1314
)

0 commit comments

Comments
 (0)